Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc 8.2.0

Options
Warnings
Don't Use Boost
C++11
-pedantic

Author

anonymous

over 6 years ago

$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic
prog.cc: In function 'constexpr int test(int, int)':
prog.cc:4:1: error: body of 'constexpr' function 'constexpr int test(int, int)' not a return-statement
 }
 ^
Exit Code:
1