comparison DEPENDENCIES/generic/include/boost/phoenix/operator/comparison.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
9 #define BOOST_PHOENIX_OPERATOR_COMPARISON_HPP 9 #define BOOST_PHOENIX_OPERATOR_COMPARISON_HPP
10 10
11 #include <boost/phoenix/operator/detail/define_operator.hpp> 11 #include <boost/phoenix/operator/detail/define_operator.hpp>
12 #include <boost/phoenix/core/expression.hpp> 12 #include <boost/phoenix/core/expression.hpp>
13 #include <boost/proto/operators.hpp> 13 #include <boost/proto/operators.hpp>
14 #include <boost/proto/fusion.hpp> // Added to solve bug 6268
14 15
15 namespace boost { namespace phoenix 16 namespace boost { namespace phoenix
16 { 17 {
17 BOOST_PHOENIX_BINARY_OPERATORS( 18 BOOST_PHOENIX_BINARY_OPERATORS(
18 (equal_to) 19 (equal_to)