From b866e331879135776f2488f8965d08d14e390b27 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Thu, 15 Feb 2018 17:46:14 +0100 Subject: [PATCH] update docu --- doc/overview.qbk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/overview.qbk b/doc/overview.qbk index eeb77e4..8e8dcbe 100644 --- a/doc/overview.qbk +++ b/doc/overview.qbk @@ -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]