X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fspirit%2Fhome%2Fclassic%2Fphoenix%2Foperators.hpp;fp=ceph%2Fsrc%2Fboost%2Fboost%2Fspirit%2Fhome%2Fclassic%2Fphoenix%2Foperators.hpp;h=e91a3659d163fb62567f7387da8b73f074b07d92;hb=f67539c23b11f3b8a2ecaeeddf7a403ae1c442a8;hp=fa4676ceca315057567ecfb86edcaa24e1b2a870;hpb=64a4c04e6850c6d9086e4c37f57c4eada541b05e;p=ceph.git diff --git a/ceph/src/boost/boost/spirit/home/classic/phoenix/operators.hpp b/ceph/src/boost/boost/spirit/home/classic/phoenix/operators.hpp index fa4676cec..e91a3659d 100644 --- a/ceph/src/boost/boost/spirit/home/classic/phoenix/operators.hpp +++ b/ceph/src/boost/boost/spirit/home/classic/phoenix/operators.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 PHOENIX_OPERATORS_HPP -#define PHOENIX_OPERATORS_HPP +#ifndef BOOST_SPIRIT_CLASSIC_PHOENIX_OPERATORS_HPP +#define BOOST_SPIRIT_CLASSIC_PHOENIX_OPERATORS_HPP /////////////////////////////////////////////////////////////////////////////// #if !defined(BOOST_NO_CWCTYPE) @@ -345,7 +345,7 @@ struct unary_operator { // type of binary operators such as +. The type with the higher // rank wins and is used as the operator's return type. T1 generic // user defined type has a very high rank and always wins when -// compared against a user defined type. If this is not desireable, +// compared against a user defined type. If this is not desirable, // one can write a rank specialization for the type. // // Take note that ranks 0..9999 are reserved for the framework.