aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/xpressive/patches/modernize-throw-specs.patch
blob: 779f6caab00825d395e96557748f65f74a47ca98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/boost/xpressive/regex_error.hpp	(index)
+++ b/include/boost/xpressive/regex_error.hpp	(working tree)
@@ -70,7 +70,7 @@ struct regex_error
 
     /// Destructor for class regex_error
     /// \throw nothrow
-    virtual ~regex_error() throw()
+    virtual ~regex_error()
     {}
 
 private: