Open werto87 opened 9 months ago
Compiling the following code with the "-Werror=free-nonheap-object -O3" flags leads to a warning
#include <st_tree.h> using namespace st_tree; int main () { tree<int> t; t.insert(1); return 0; }
how to reproduce:
Compiling the following code with the "-Werror=free-nonheap-object -O3" flags leads to a warning
how to reproduce:
log
``` In file included from /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/13.2.1/bits/allocator.h:46, from /usr/include/c++/13.2.1/string:43, from /home/walde/.conan2/p/st_trdd8863f0b6958/p/include/st_tree.h:25, from main.cxx:1: In member function ‘void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = st_tree::detail::node_raw