Language
C++
Compiler
gcc 9.3.0
Options
Warnings
Boost 1.73.0
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-9.3.0/include -std=c++17
Exit Code:
1
Author
anonymous
almost 4 years ago
C++
gcc 9.3.0
Author
anonymous
almost 4 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-9.3.0/include -std=c++17
prog.cc: In constructor 'SimpleDemo::SimpleDemo(int)':
prog.cc:7:21: error: assignment of read-only parameter 'some_variable'
7 | some_variable = some_variable;
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~