Update README.md

This commit is contained in:
Oliver Kowalke 2015-12-25 17:57:59 +01:00
parent 2b8b43fe1d
commit 37222c014a

View File

@ -10,4 +10,4 @@ Coroutines can be viewed as a language-level construct providing a special kind
In contrast to threads, which are pre-emptive, coroutines switches are cooperative (programmer controls
when a switch will happen). The kernel is not involved in the coroutine switches.
boost.coroutine2 is C++14-only!
boost.coroutine2 requires C++11!