Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc HEAD 11.0.0 20201011 (experimental)

Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a
prog.cc: In function 'void accept_unique_ptr_only(std::unique_ptr<D>)':
prog.cc:20:48: warning: unused parameter 'ptr' [-Wunused-parameter]
   20 | void accept_unique_ptr_only(std::unique_ptr<D> ptr) {}
      |                             ~~~~~~~~~~~~~~~~~~~^~~
none1
11
Exit Code:
0