Update README.md

This commit is contained in:
Oliver Kowalke 2015-02-12 09:54:04 +01:00
parent 6ebc2d6b32
commit 3978e3f845

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!