upd: [log] completion annotation

This commit is contained in:
mutouyun 2022-08-14 12:52:21 +08:00
parent 12f415fd19
commit c51395c033

View File

@ -93,6 +93,7 @@ public:
printer() noexcept = default;
template <typename T,
/// @brief generic constructor may shadow the default copy constructor
typename = std::enable_if_t<!std::is_same<printer, T>::value>>
printer(T &p) noexcept
: objp_ (static_cast<void *>(&p))