Language
C++
Compiler
gcc HEAD 11.0.0 20200519 (experimental)
Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a
Exit Code:
1
Author
anonymous
almost 5 years ago
C++
gcc HEAD 11.0.0 20200519 (experimental)
Author
anonymous
almost 5 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a
prog.cc: In function 'int main()':
prog.cc:53:9: error: 'int A::z' is inaccessible within this context
53 | obj_F.z = 10;
| ^
prog.cc:7:7: note: declared here
7 | int z;
| ^
prog.cc:39:5: warning: unused variable 'obj_B' [-Wunused-variable]
39 | B obj_B;
| ^~~~~
prog.cc:47:5: warning: unused variable 'obj_D' [-Wunused-variable]
47 | D obj_D;
| ^~~~~