Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc HEAD 9.0.1 20190123 (experimental)

Options
Boost 1.67.0
C++14
no pedantic

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
Exit Code:
1