From d094c3f41cf5a752833af6f40f389c906fe99e2e Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Thu, 4 Sep 2008 19:48:32 +0000 Subject: [PATCH] revived enable_current_exception.hpp and enable_error_info.hpp. [SVN r48582] --- include/boost/exception/enable_current_exception.hpp | 6 ++++++ include/boost/exception/enable_error_info.hpp | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 include/boost/exception/enable_current_exception.hpp create mode 100644 include/boost/exception/enable_error_info.hpp diff --git a/include/boost/exception/enable_current_exception.hpp b/include/boost/exception/enable_current_exception.hpp new file mode 100644 index 0000000..7e6403b --- /dev/null +++ b/include/boost/exception/enable_current_exception.hpp @@ -0,0 +1,6 @@ +//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc. + +//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) + +#include diff --git a/include/boost/exception/enable_error_info.hpp b/include/boost/exception/enable_error_info.hpp new file mode 100644 index 0000000..7e6403b --- /dev/null +++ b/include/boost/exception/enable_error_info.hpp @@ -0,0 +1,6 @@ +//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc. + +//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) + +#include