Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

gcc 9.1.0

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

Author

anonymous

about 6 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic
prog.cc:9:15: error: expected constructor, destructor, or type conversion before '(' token
    9 | _Static_assert(LONG_BIT == 8 * SIZEOF_LONG,
      |               ^
Exit Code:
1