Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/phoenix/statement/throw.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
88 | 88 |
89 template<typename Dummy> | 89 template<typename Dummy> |
90 struct custom_terminal<detail::rethrow, Dummy> | 90 struct custom_terminal<detail::rethrow, Dummy> |
91 { | 91 { |
92 typedef void result_type; | 92 typedef void result_type; |
93 //#ifndef BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL | |
94 typedef void _is_throw_custom_terminal; // fix for #7730 | |
95 //#endif | |
93 | 96 |
94 template <typename Context> | 97 template <typename Context> |
95 void operator()(detail::rethrow, Context &) const | 98 void operator()(detail::rethrow, Context &) const |
96 { | 99 { |
97 throw; | 100 throw; |