Language
C++
Compiler
clang 8.0.0
Options
Warnings
Boost 1.71.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/clang-8.0.0/include -std=gnu++2a Exit Code:
1
Author
anonymous
almost 7 years ago
C++
clang 8.0.0
Author
anonymous
almost 7 years ago
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/clang-8.0.0/include -std=gnu++2a prog.cc:9:23: error: no member named 'running_in_this_thread' in 'boost::asio::executor'
ws.get_executor().running_in_this_thread();
~~~~~~~~~~~~~~~~~ ^
1 error generated.