We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9b66e commit dbbc880Copy full SHA for dbbc880
lib/inc/sys_string/impl/unicode/algorithms.h
@@ -32,7 +32,7 @@ namespace sysstr
32
~stack_or_heap_buffer()
33
{
34
if (m_first != m_data.stack)
35
- m_data.heap.~vector<T>();
+ m_data.heap.~vector();
36
}
37
38
void push_back(T val)
0 commit comments