diff --git a/include/boost/algorithm/string/detail/classification.hpp b/include/boost/algorithm/string/detail/classification.hpp index 1db5d29..9a34bf0 100644 --- a/include/boost/algorithm/string/detail/classification.hpp +++ b/include/boost/algorithm/string/detail/classification.hpp @@ -171,7 +171,7 @@ namespace boost { // Check what kind of storage are we using right now if(use_fixed_storage(m_Size)) { - // Using fixed storage, allocate new + // Using fixed storage, allocate new set_value_type* pTemp=new set_value_type[Other.m_Size]; DestStorage=pTemp; m_Storage.m_dynSet=pTemp;