2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-14 13:02:10 +00:00
[SVN r74830]
This commit is contained in:
Thomas Heller
2011-10-09 00:40:20 +00:00
parent ab1a6a2c3c
commit dedcc7527f

View File

@@ -5,8 +5,8 @@
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/
#ifndef BOOST_PHOENIX_OPERATOR_COMPARISION_HPP
#define BOOST_PHOENIX_OPERATOR_COMPARISION_HPP
#ifndef BOOST_PHOENIX_OPERATOR_COMPARISON_HPP
#define BOOST_PHOENIX_OPERATOR_COMPARISON_HPP
#include <boost/phoenix/operator/detail/define_operator.hpp>
#include <boost/phoenix/core/expression.hpp>
@@ -14,7 +14,6 @@
namespace boost { namespace phoenix
{
BOOST_PHOENIX_BINARY_OPERATORS(
(equal_to)
(not_equal_to)