typeof_dynamic.cpp 703 B

1234567891011121314151617
  1. /*=============================================================================
  2. Copyright (c) 2006 Tobias Schwinger
  3. http://spirit.sourceforge.net/
  4. Use, modification and distribution is subject to the Boost Software
  5. License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================*/
  8. #define BOOST_TYPEOF_EMULATION
  9. #include <boost/spirit/include/classic_typeof.hpp>
  10. #include <boost/spirit/include/classic_dynamic.hpp>
  11. // currently not in the master header
  12. #include <boost/spirit/include/classic_switch.hpp>
  13. #include <boost/spirit/include/classic_select.hpp>