removed support for WINFibers

This commit is contained in:
Oliver Kowalke 2015-11-29 16:15:05 +01:00
parent a73e4b1ace
commit c5c7ff612f

View File

@ -90,16 +90,6 @@ As an example, the code below will result in undefined behaviour:
coro();
[section:winfibers using Windows Fiber API]
Because the TIB (thread information block) is not fully described in the MSDN,
it might be possible that not all required TIB-parts are swapped.
With compiler flag `BOOST_USE_WINFIBERS` `coroutine<>` uses internally the
Windows Fiber API.
[endsect]
[include asymmetric.qbk]
[endsect]