mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 23:24:01 +00:00
Merge branch 'develop'
This commit is contained in:
commit
d2cda7c58e
@ -33,4 +33,8 @@ All functions and classes are contained in the namespace __coro_ns__.
|
|||||||
|
|
||||||
[note This library requires C++11!]
|
[note This library requires C++11!]
|
||||||
|
|
||||||
|
[important Windows: turn off global program optimization (/GL) and change /EHsc (compiler
|
||||||
|
assumes that functions declared as extern "C" never throw a C++ exception) to /EHs (tells
|
||||||
|
compiler assumes that functions declared as extern "C" may throw an exception).]
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user