Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc HEAD 11.0.0 20210219 (experimental)

Options
Warnings
Boost 1.73.0
C++17
no pedantic

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++17
prog.cc: In function 'int main()':
prog.cc:20:33: warning: unused variable 't' [-Wunused-variable]
   20 |         test<wrapper<int, int>> t;
      |                                 ^
Exit Code:
0