[Fix] Memory leak due to containers serialization
Compare changes
Files
2+ 1
− 1
@@ -110,7 +110,7 @@ public:
@@ -110,7 +110,7 @@ public:
template<typename T, typename VT = _Decay_if_not_any<T>, std::enable_if_t<std::is_copy_constructible<VT>::value, bool> = true>