mirror of
https://github.com/boostorg/regex.git
synced 2025-07-01 14:50:58 +02:00
add empty throw specification to destructors for classes derived from
std::exception [SVN r7940]
This commit is contained in:
@ -32,8 +32,8 @@ namespace boost{
|
||||
// that dll builds contain the Virtual table for these
|
||||
// types - this ensures that exceptions can be thrown
|
||||
// from the dll and caught in an exe.
|
||||
bad_pattern::~bad_pattern(){}
|
||||
bad_expression::~bad_expression(){}
|
||||
bad_pattern::~bad_pattern() throw() {}
|
||||
bad_expression::~bad_expression() throw() {}
|
||||
|
||||
regbase::regbase()
|
||||
: _flags(regbase::failbit){}
|
||||
|
Reference in New Issue
Block a user