Language
C++
Compiler
gcc 7.3.0
Options
Warnings
Boost 1.69.0
C++17(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-7.3.0/include -std=gnu++17
Exit Code:
1
Author
anonymous
over 6 years ago
C++
gcc 7.3.0
Author
anonymous
over 6 years ago
$ 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)
^~~~~~