summaryrefslogtreecommitdiff
path: root/boost/spirit/home/x3/directive/expect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/x3/directive/expect.hpp')
-rw-r--r--boost/spirit/home/x3/directive/expect.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/home/x3/directive/expect.hpp b/boost/spirit/home/x3/directive/expect.hpp
index c57e4eb604..36faf8aa15 100644
--- a/boost/spirit/home/x3/directive/expect.hpp
+++ b/boost/spirit/home/x3/directive/expect.hpp
@@ -26,7 +26,7 @@ namespace boost { namespace spirit { namespace x3
: std::runtime_error("boost::spirit::x3::expectation_failure")
, where_(where), which_(which)
{}
- ~expectation_failure() throw() {}
+ ~expectation_failure() {}
std::string which() const { return which_; }
Iterator const& where() const { return where_; }