Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

gcc 9.1.0

Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic

Author

anonymous

about 6 years ago

$ g++ prog.cc -Wall -Wextra -std=gnu++2a
prog.cc:19:6: warning: the program should also define 'void operator delete(void*, std::size_t)' [-Wsized-deallocation]
   19 | void operator delete(void* p) throw() {
      |      ^~~~~~~~
allocating 21 bytes
allocating 248 bytes
about to quit. total allocated 269 bytes
freed 248 bytes
freed 21 bytes
Exit Code:
0