Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc HEAD 10.0.0 20190527 (experimental)

Options
Warnings
Boost 1.69.0
C++17(GNU)
no pedantic

Author

anonymous

almost 7 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-head/include -std=gnu++17
prog.cc: In lambda function:
prog.cc:45:13: warning: variable 'm' set but not used [-Wunused-but-set-variable]
   45 |         int m = n;
      |             ^
Just modifying and returning
Caught the exception
Exit Code:
0