undef_operator.hpp 720 B

1234567891011121314151617
  1. /*==============================================================================
  2. Copyright (c) 2010 Thomas Heller
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. ==============================================================================*/
  6. #undef BOOST_PHOENIX_UNARY_RULE
  7. #undef BOOST_PHOENIX_UNARY_FUNCTIONAL
  8. #undef BOOST_PHOENIX_BINARY_RULE
  9. #undef BOOST_PHOENIX_BINARY_FUNCTIONAL
  10. #undef BOOST_PHOENIX_UNARY_EXPRESSION
  11. #undef BOOST_PHOENIX_BINARY_EXPRESSION
  12. #undef BOOST_PHOENIX_GRAMMAR
  13. #undef BOOST_PHOENIX_UNARY_OPERATORS
  14. #undef BOOST_PHOENIX_BINARY_OPERATORS
  15. #undef BOOST_PHOENIX_DEFINE_OPERATOR_HPP