Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 3 years ago

Language

C++

Compiler

gcc 12.1.0

Options
Warnings
Optimization
Boost 1.79.0
C++11
-pedantic

Author

anonymous

almost 3 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.79.0-gcc-12.1.0/include -std=c++11 -pedantic
prog.cc: In function 'void testTemplateConstructor()':
prog.cc:42:22: warning: variable 'cd' set but not used [-Wunused-but-set-variable]
   42 |      complex<double> cd = cf;
      |                      ^~
Exit Code:
0