Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc 7.3.0

Options
Warnings
Boost 1.69.0
C++17(GNU)
no pedantic

Author

anonymous

over 6 years ago

header.h

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-7.3.0/include -std=gnu++17
prog.cc:4:7: error: 'string' in namespace 'std' does not name a type
  std::string strip(const std::string &str)
       ^~~~~~
Exit Code:
1