From b3ff85a711eb404fc23797695500b2533005faea Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Fri, 2 May 2008 20:51:31 +0000 Subject: [PATCH] tabs removed, added protected inline dtors. [SVN r45042] --- test/throw_exception_fail.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/throw_exception_fail.cpp b/test/throw_exception_fail.cpp index 343efd1..19fda91 100644 --- a/test/throw_exception_fail.cpp +++ b/test/throw_exception_fail.cpp @@ -7,12 +7,12 @@ struct my_exception - { - }; + { + }; void tester() { - //Must not compile, throw_exception requires exception types to derive std::exception. - boost::throw_exception(my_exception()); + //Must not compile, throw_exception requires exception types to derive std::exception. + boost::throw_exception(my_exception()); }