Language
C++
Compiler
gcc HEAD 9.0.1 20190123 (experimental)
Options
Boost 1.67.0
C++14
no pedantic
$ g++ prog.cc -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=c++14
Exit Code:
1
Author
anonymous
over 6 years ago
C++
gcc HEAD 9.0.1 20190123 (experimental)
Author
anonymous
over 6 years ago
$ g++ prog.cc -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=c++14
prog.cc: In function 'int main()':
prog.cc:68:27: error: no match for 'operator|' (operand types are 'TWO::A' and 'TWO::A')
68 | TWO::A a1 = TWO::A::x | TWO::A::y;
| ~~~~~~~~~ ^ ~~~~~~~~~
| | |
| TWO::A TWO::A