Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

gcc HEAD 12.0.1 20220117 (experimental)

Options
Warnings
Don't Use Boost
C++17
no pedantic

Author

anonymous

over 3 years ago

new.cpp

$ 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.
      |                   ^
Exit Code:
1