Skip to content

Commit dbbc880

Browse files
committed
Fixing build breaks
1 parent fb9b66e commit dbbc880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/inc/sys_string/impl/unicode/algorithms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace sysstr
3232
~stack_or_heap_buffer()
3333
{
3434
if (m_first != m_data.stack)
35-
m_data.heap.~vector<T>();
35+
m_data.heap.~vector();
3636
}
3737

3838
void push_back(T val)

0 commit comments

Comments
 (0)