update docu

This commit is contained in:
Oliver Kowalke 2018-02-15 17:46:14 +01:00
parent fc3cb67527
commit b866e33187

View File

@ -33,4 +33,8 @@ All functions and classes are contained in the namespace __coro_ns__.
[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]