mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
upd: [log] completion annotation
This commit is contained in:
parent
12f415fd19
commit
c51395c033
@ -93,6 +93,7 @@ public:
|
|||||||
printer() noexcept = default;
|
printer() noexcept = default;
|
||||||
|
|
||||||
template <typename T,
|
template <typename T,
|
||||||
|
/// @brief generic constructor may shadow the default copy constructor
|
||||||
typename = std::enable_if_t<!std::is_same<printer, T>::value>>
|
typename = std::enable_if_t<!std::is_same<printer, T>::value>>
|
||||||
printer(T &p) noexcept
|
printer(T &p) noexcept
|
||||||
: objp_ (static_cast<void *>(&p))
|
: objp_ (static_cast<void *>(&p))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user