Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc 9.2.0

Options
Warnings
Don't Use Boost
C++17
-pedantic-errors

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic-errors
prog.cc: In function 'int main()':
prog.cc:12:35: error: '<anonymous>' is not a constant expression
   12 |     constexpr int const &broken = 0;
      |                                   ^
Exit Code:
1