Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

clang HEAD 12.0.0 (https://github.com/llvm/llvm-project.git 1c19900f9417bd0b832c1cb70863b2439a18647f)

Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic

Author

anonymous

over 4 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=gnu++2a
/tmp/prog-2e2bd5.o: In function `main':
prog.cc:(.text+0x24): undefined reference to `void mystd::cpo_impl::swap_cpo::operator()<mystd::S, mystd::S>(mystd::S&, mystd::S&) const'
clang-12: error: linker command failed with exit code 1 (use -v to see invocation)
Exit Code:
1