Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc 8.2.0

Options
Boost 1.68.0
C++17
-pedantic-errors

Author

anonymous

over 6 years ago

$ g++ prog.cc -I/opt/wandbox/boost-1.68.0/gcc-8.2.0/include -std=c++17 -pedantic-errors
prog.cc: In member function 'void Derived<X>::foo()':
prog.cc:13:9: error: 'N' was not declared in this scope
         N;
         ^
Exit Code:
1