Removed asynch-exceptions=on for MSVC.

This commit is contained in:
Andrey Semashev
2019-01-14 20:46:59 +03:00
parent c0c93a0c58
commit 27256f9d55
5 changed files with 1 additions and 6 deletions

View File

@@ -9,9 +9,8 @@
project
: requirements
<library>/boost/filesystem//boost_filesystem
<toolset>msvc:<asynch-exceptions>on
;
exe bug : bug.cpp : <link>static ;
# install in ./bin; invoke via "b2", not "b2 install"

View File

@@ -10,7 +10,6 @@
project
: requirements
<library>/boost/filesystem//boost_filesystem
<toolset>msvc:<asynch-exceptions>on
<link>static
;

View File

@@ -10,7 +10,6 @@
project
: requirements
<library>/boost/filesystem//boost_filesystem
<toolset>msvc:<asynch-exceptions>on
<link>static
;

View File

@@ -11,7 +11,6 @@
project
: requirements
<library>/boost/filesystem//boost_filesystem
<toolset>msvc:<asynch-exceptions>on
;
exe tut1 : tut1.cpp ;

View File

@@ -10,7 +10,6 @@
project
: requirements
<library>/boost/filesystem//boost_filesystem
<toolset>msvc:<asynch-exceptions>on
<link>static
;