Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67127 - branches/release/boost/exception
From: emil_at_[hidden]
Date: 2010-12-09 01:19:57


Author: emildotchevski
Date: 2010-12-09 01:19:56 EST (Thu, 09 Dec 2010)
New Revision: 67127
URL: http://svn.boost.org/trac/boost/changeset/67127

Log:
Ticket #4968
Text files modified:
   branches/release/boost/exception/diagnostic_information.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/exception/diagnostic_information.hpp
==============================================================================
--- branches/release/boost/exception/diagnostic_information.hpp (original)
+++ branches/release/boost/exception/diagnostic_information.hpp 2010-12-09 01:19:56 EST (Thu, 09 Dec 2010)
@@ -137,7 +137,7 @@
                 }
 #ifndef BOOST_NO_RTTI
             tmp << std::string("Dynamic exception type: ") <<
- units::detail::demangle((be?BOOST_EXCEPTION_DYNAMIC_TYPEID(*be):BOOST_EXCEPTION_DYNAMIC_TYPEID(*se)).type_.name()) << '\n';
+ units::detail::demangle((be?(BOOST_EXCEPTION_DYNAMIC_TYPEID(*be)):(BOOST_EXCEPTION_DYNAMIC_TYPEID(*se))).type_.name()) << '\n';
 #endif
             if( with_what && se )
                 tmp << "std::exception::what: " << wh << '\n';


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk