Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68771 - trunk/boost/exception
From: steven_at_[hidden]
Date: 2011-02-10 21:54:05


Author: steven_watanabe
Date: 2011-02-10 21:54:04 EST (Thu, 10 Feb 2011)
New Revision: 68771
URL: http://svn.boost.org/trac/boost/changeset/68771

Log:
Remove extra semicolon. Fixes #5168.
Text files modified:
   trunk/boost/exception/errinfo_nested_exception.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/exception/errinfo_nested_exception.hpp
==============================================================================
--- trunk/boost/exception/errinfo_nested_exception.hpp (original)
+++ trunk/boost/exception/errinfo_nested_exception.hpp 2011-02-10 21:54:04 EST (Thu, 10 Feb 2011)
@@ -9,7 +9,7 @@
 namespace
 boost
     {
- namespace exception_detail { class clone_base; };
+ namespace exception_detail { class clone_base; }
     template <class Tag,class T> class error_info;
     template <class T> class shared_ptr;
     class exception_ptr;


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