|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49781 - trunk/boost/xpressive
From: eric_at_[hidden]
Date: 2008-11-16 03:05:50
Author: eric_niebler
Date: 2008-11-16 03:05:50 EST (Sun, 16 Nov 2008)
New Revision: 49781
URL: http://svn.boost.org/trac/boost/changeset/49781
Log:
regex_error gets a virtual destructor with an empty exception specifier to satisfy qcc
Text files modified:
trunk/boost/xpressive/regex_error.hpp | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
Modified: trunk/boost/xpressive/regex_error.hpp
==============================================================================
--- trunk/boost/xpressive/regex_error.hpp (original)
+++ trunk/boost/xpressive/regex_error.hpp 2008-11-16 03:05:50 EST (Sun, 16 Nov 2008)
@@ -65,6 +65,11 @@
return this->code_;
}
+ /// Destructor for class regex_error
+ /// \throw nothrow
+ virtual ~regex_error() throw()
+ {}
+
private:
regex_constants::error_type code_;
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