Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

C++

Compiler

gcc HEAD 12.0.0 20210721 (experimental)

Options
Warnings
Don't Use Boost
C++17
-pedantic

Author

anonymous

almost 4 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic
prog.cc: In function 'int main()':
prog.cc:77:15: error: 'Si' is not a member of 'Test' {aka 'types::details::TypeWrapper<test::Test::Value>'}
   77 |     t = Test::Si;
      |               ^~
Exit Code:
1