]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/classic/phoenix/operators.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / classic / phoenix / operators.hpp
index fa4676ceca315057567ecfb86edcaa24e1b2a870..e91a3659d163fb62567f7387da8b73f074b07d92 100644 (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 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<post_decr_op, T> {
 //      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.