From dedcc7527fb170a2ad078fc131a71fbbcde44f30 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Sun, 9 Oct 2011 00:40:20 +0000 Subject: [PATCH] Fixing bug #5920 [SVN r74830] --- .../phoenix/operator/{comparision.hpp => comparison.hpp} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename include/boost/phoenix/operator/{comparision.hpp => comparison.hpp} (91%) diff --git a/include/boost/phoenix/operator/comparision.hpp b/include/boost/phoenix/operator/comparison.hpp similarity index 91% rename from include/boost/phoenix/operator/comparision.hpp rename to include/boost/phoenix/operator/comparison.hpp index 0a4a1c5..987c5a7 100644 --- a/include/boost/phoenix/operator/comparision.hpp +++ b/include/boost/phoenix/operator/comparison.hpp @@ -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 #include @@ -14,7 +14,6 @@ namespace boost { namespace phoenix { - BOOST_PHOENIX_BINARY_OPERATORS( (equal_to) (not_equal_to)