Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git dc6514a0292124ec0e627e003d2ec668f2ea472f) (https://github.com/llvm-mirror/llvm.git 650bbe0ff0dc094ec13a4de9047f459ff33e8183)

Options
Warnings
Boost 1.67.0
C++14
no pedantic
Raw compiler options
-I.

Author

anonymous

almost 7 years ago

co2/blocking.hpp
co2/coroutine.hpp
co2/generator.hpp
co2/lazy_task.hpp
co2/recursive_generator.hpp
co2/shared_task.hpp
co2/task.hpp
co2/.obsolete/batch_storage.hpp
co2/.obsolete/nth_ready.hpp
co2/adapted/boost_future.hpp
co2/adapted/boost_optional.hpp
co2/detail/copy_or_move.hpp
co2/detail/fixed_storage.hpp
co2/detail/storage.hpp
co2/detail/task.hpp
co2/detail/void.hpp
co2/sync/event.hpp
co2/sync/multiplexer.hpp
co2/sync/mutex.hpp
co2/sync/when_all.hpp
co2/sync/when_any.hpp
co2/sync/work_group.hpp
co2/utility/ornion.hpp
co2/utility/stack_allocator.hpp
co2/utility/task_cancelled.hpp

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/clang-head/include -std=c++14 -I.
[coro]
1, 2, 3, 4, 5, 6, 7, 8, 9, 
------------
[range]
1, 2, 3, 4, 5, 6, 7, 8, 9, 
------------
[recursive_range]
1, 2, 3, 4, 5, 6, 7, 8, 9, 
------------
[task]
ans: 65536
------------
Exit Code:
0