From 5899c775449d16c03fa85638063831808c778e39 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 2 Jul 2008 22:01:55 +0000 Subject: [PATCH] BOOST_NO_TYPEID support exception/index.html redirection Added Boost Exception to libraries.htm and maintainers.txt Added Boost Exception to status/Jamfile.v2 [SVN r47010] --- include/boost/throw_exception.hpp | 4 ++++ index.html | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 index.html diff --git a/include/boost/throw_exception.hpp b/include/boost/throw_exception.hpp index 6555763..dc468f2 100644 --- a/include/boost/throw_exception.hpp +++ b/include/boost/throw_exception.hpp @@ -24,6 +24,10 @@ #include #include +#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( BOOST_NO_TYPEID ) +# define BOOST_EXCEPTION_DISABLE +#endif + #if !defined( BOOST_EXCEPTION_DISABLE ) && defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, < 0x590 ) # define BOOST_EXCEPTION_DISABLE #endif diff --git a/index.html b/index.html new file mode 100644 index 0000000..f91f992 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + +Automatic redirection + + +Automatic redirection failed, please go to +boost-exception.html
+

© Copyright Beman Dawes, 2001

+

Distributed under the Boost Software License, Version 1.0. (See accompanying +file LICENSE_1_0.txt or copy +at www.boost.org/LICENSE_1_0.txt)

+ + \ No newline at end of file