From 8f58d89237606770e5cd29cc9d43ffa9a3498662 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Thu, 15 Feb 2018 17:49:37 +0100 Subject: [PATCH] docu --- doc/overview.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/overview.qbk b/doc/overview.qbk index 8e8dcbe..edc0b9d 100644 --- a/doc/overview.qbk +++ b/doc/overview.qbk @@ -33,7 +33,7 @@ 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 +[important Windows using fcontext_t: 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).]