Language
C++
Compiler
clang 8.0.0
Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-8.0.0/include -std=gnu++2a
Exit Code:
1
Author
anonymous
almost 5 years ago
C++
clang 8.0.0
Author
anonymous
almost 5 years ago
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-8.0.0/include -std=gnu++2a
/tmp/prog-5c3751.o: In function `std::__1::__fs::filesystem::current_path()':
prog.cc:(.text._ZNSt3__14__fs10filesystem12current_pathEv[_ZNSt3__14__fs10filesystem12current_pathEv]+0x14): undefined reference to `std::__1::__fs::filesystem::__current_path(std::__1::error_code*)'
clang-8: error: linker command failed with exit code 1 (use -v to see invocation)