Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 7 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20180808 (experimental)

Options
Warnings
Boost 1.68.0
C++17
no pedantic

Author

anonymous

about 7 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/gcc-head/include -std=c++17
prog.cc: In function 'int main()':
prog.cc:16:8: error: 'f' is not a member of 'N'
     N::f(1);
        ^
Exit Code:
1