diff options
Diffstat (limited to 'value.h')
-rw-r--r-- | value.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ private: */ explicit storage_t(const storage_t& rhs) : type(rhs.type), refc(0) { - TRACE_CTOR(value_t::storage_t, ""); + TRACE_CTOR(value_t::storage_t, "copy"); *this = rhs; } storage_t& operator=(const storage_t& rhs); |