We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e80fd8 commit 559b27dCopy full SHA for 559b27d
include/aws/crt/mqtt/private/Mqtt5ClientCore.h
@@ -35,6 +35,8 @@ namespace Aws
35
friend class Mqtt5Client;
36
friend class Mqtt5ClientCore;
37
friend struct PubackAcquireFunctor;
38
+ template <typename T, typename... Args>
39
+ friend std::shared_ptr<T> Aws::Crt::MakeShared(Aws::Crt::Allocator *, Args &&...);
40
41
public:
42
PubackControlHandle() noexcept : m_controlId(0), m_available(false) {}
0 commit comments