aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/property_tree/patches/modernize-throw-specs.patch
blob: 749841e5779e48af0b500e89c0bb4143dbe48213 (plain) (blame)
1
2
3
4
5
--- a/include/boost/property_tree/detail/rapidxml.hpp	(index)
+++ b/include/boost/property_tree/detail/rapidxml.hpp	(working tree)
@@ -58,1 +58,1 @@ namespace boost { namespace property_tree { namespace detail {namespace rapidxml
-        const char *what() const throw() override
+        const char *what() const noexcept override