Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 6ed0749151866894a67a3e7eefdc1f3a547daa0e) (https://github.com/llvm-mirror/llvm.git a10a70238ace1093cad3adeb94814b422bd1b5c1)

Options
Warnings
Don't Use Boost
C++14
no pedantic
Raw compiler options
-D_LIBCPP_HIDE_FROM_ABI_PER_TU

Author

anonymous

almost 6 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++14 -D_LIBCPP_HIDE_FROM_ABI_PER_TU
/tmp/prog-c0eb16.o: In function `main':
prog.cc:(.text+0x24): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(unsigned long, char, std::__1::allocator<char> const&)'
clang-9: error: linker command failed with exit code 1 (use -v to see invocation)
Exit Code:
1