|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58420 - trunk/boost
From: emil_at_[hidden]
Date: 2009-12-16 17:25:35
Author: emildotchevski
Date: 2009-12-16 17:25:34 EST (Wed, 16 Dec 2009)
New Revision: 58420
URL: http://svn.boost.org/trac/boost/changeset/58420
Log:
Error in a comment.
Text files modified:
trunk/boost/throw_exception.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/throw_exception.hpp
==============================================================================
--- trunk/boost/throw_exception.hpp (original)
+++ trunk/boost/throw_exception.hpp 2009-12-16 17:25:34 EST (Wed, 16 Dec 2009)
@@ -57,7 +57,7 @@
template<class E> BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const & e )
{
- //All boost exceptions are required to derive std::exception,
+ //All boost exceptions are required to derive from std::exception,
//to ensure compatibility with BOOST_NO_EXCEPTIONS.
throw_exception_assert_compatibility(e);
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