We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db68001 commit acaf127Copy full SHA for acaf127
1 file changed
include/xtypes/StringType.hpp
@@ -109,7 +109,7 @@ class TStringType : public MutableCollectionType
109
virtual void destroy_instance(
110
uint8_t* instance) const override
111
{
112
- reinterpret_cast<std::basic_string<CHAR_T>*>(instance)->std::basic_string<CHAR_T>::~basic_string<CHAR_T>();
+ reinterpret_cast<std::basic_string<CHAR_T>*>(instance)->std::template basic_string<CHAR_T>::~basic_string<CHAR_T>();
113
}
114
115
virtual bool compare_instance(
0 commit comments