Language
C++
Compiler
gcc HEAD 10.0.0 20190527 (experimental)
Options
Warnings
Boost 1.70.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-head/include -std=gnu++2a
custom delete
Exit Code:
0
Author
anonymous
about 6 years ago
C++
gcc HEAD 10.0.0 20190527 (experimental)
Author
anonymous
about 6 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-head/include -std=gnu++2a
prog.cc: In static member function 'static void T::operator delete(T*, std::destroying_delete_t)':
prog.cc:5:36: warning: unused parameter 'ptr' [-Wunused-parameter]
5 | static void operator delete(T* ptr, std::destroying_delete_t)
| ~~~^~~
custom delete