Language
C++
Compiler
gcc 10.1.0
Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2a
filesystem::current_path(): "/home/jail"
system("pwd"): /home/jail
opstream("pwd"): /home/jail
filesystem::current_path(): "/"
system("pwd"): /
opstream("pwd"): /
Exit Code:
0