Commit 15bde3b2 authored by Dominik Charousset's avatar Dominik Charousset

Remove Boost from dependencies

Context-switching actors are no longer supported by the library.
Hence, Boost is no longer an optional dependency.
parent 61aa8324
...@@ -45,7 +45,6 @@ Dependencies ...@@ -45,7 +45,6 @@ Dependencies
* CMake * CMake
* Pthread (until C++11 compilers support the new `thread_local` keyword) * Pthread (until C++11 compilers support the new `thread_local` keyword)
* *Optional:* Boost.Context (enables context-switching actors)
Supported Compilers Supported Compilers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment