Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 5 years ago

Language

C++

Compiler

gcc HEAD 10.0.1 20200222 (experimental)

Options
Warnings
Boost 1.71.0
C++2a
-pedantic

Author

anonymous

about 5 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/gcc-head/include -std=c++2a -pedantic
prog.cc: In function 'int main()':
prog.cc:22:12: warning: unused variable 'b' [-Wunused-variable]
   22 |   A<false> b;
      |            ^
false
Exit Code:
0