Language
C++
Compiler
gcc HEAD 12.0.1 20220117 (experimental)
Options
Warnings
Don't Use Boost
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -std=c++17
Exit Code:
1
Author
anonymous
over 3 years ago
C++
gcc HEAD 12.0.1 20220117 (experimental)
Author
anonymous
over 3 years ago
$ g++ prog.cc -Wall -Wextra -std=c++17
prog.cc:9:19: error: attempt to use poisoned "string"
9 | auto x = path.string(); // Wrong. Returns native encoding.
| ^