Update README.md

This commit is contained in:
Oliver Kowalke 2015-02-12 09:54:23 +01:00
parent a390cc2fbd
commit 1ea084b200

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++11-only!
boost.coroutine2 is C++14-only!