Language
C++
Compiler
gcc HEAD 12.0.0 20210701 (experimental)
Options
Warnings
Boost 1.73.0
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++17
Exit Code:
1
Author
anonymous
almost 4 years ago
C++
gcc HEAD 12.0.0 20210701 (experimental)
Author
anonymous
almost 4 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++17
prog.cc:4:37: error: 'IDENTITY' was not declared in this scope
4 | inline static void *IDENTITY = &IDENTITY;
| ^~~~~~~~