Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

gcc HEAD 11.0.0 20200704 (experimental)

Options
Warnings
Boost 1.73.0
C++2a
-pedantic
Raw compiler options
-O3

Author

anonymous

almost 6 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++2a -pedantic -O3
prog.cc: In function 'int main()':
prog.cc:12:26: warning: '<anonymous>' is used uninitialized [-Wuninitialized]
   12 |     std::cout << var1 << '\n';
      |                          ^~~~
0
7
Exit Code:
0