Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

gcc 12.1.0

Options
Warnings
Boost 1.79.0
C++17
-pedantic

Author

anonymous

over 3 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.79.0-gcc-12.1.0/include -std=c++17 -pedantic
prog.cc: In function 'int main()':
prog.cc:14:35: warning: unused variable 'newVar' [-Wunused-variable]
   14 |    decltype(myObj)::parameterType newVar = 99;
      |                                   ^~~~~~
Exit Code:
0