typeof.hpp 981 B

12345678910111213141516171819202122232425
  1. /*=============================================================================
  2. Copyright (c) 2006 Tobias Schwinger
  3. http://spirit.sourceforge.net/
  4. Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. =============================================================================*/
  7. #if !defined(BOOST_SPIRIT_SYMBOLS_TYPEOF_HPP)
  8. #define BOOST_SPIRIT_SYMBOLS_TYPEOF_HPP
  9. #include <boost/typeof/typeof.hpp>
  10. #include <boost/spirit/home/classic/symbols/symbols_fwd.hpp>
  11. #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
  12. BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::symbols,3)
  13. BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::symbol_inserter,2)
  14. BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::impl::tst,2)
  15. BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::symbols,2)
  16. BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::symbols,1)
  17. #endif