Fixing two issues with non-intrusive exception cloning support.

[SVN r72924]
This commit is contained in:
Emil Dotchevski
2011-07-05 23:53:33 +00:00
parent 5f6812b226
commit 32e2b33250
6 changed files with 59 additions and 18 deletions

View File

@ -5,7 +5,10 @@
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
alias boost_exception ;
lib boost_exception : ../src/clone_current_exception_msvc.cpp : <toolset>msvc ;
project boost/exception
: source-location ../src
: requirements <link>static
;
lib boost_exception : clone_current_exception_non_intrusive.cpp ;
boost-install boost_exception ;