classic.hpp 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. /*=============================================================================
  2. Copyright (c) 1998-2008 Joel de Guzman
  3. Copyright (c) 2001-2008 Hartmut Kaiser
  4. Copyright (c) 2001-2003 Daniel Nuffer
  5. Copyright (c) 2002-2003 Martin Wille
  6. Copyright (c) 2002 Juan Carlos Arevalo-Baeza
  7. Copyright (c) 2002 Raghavendra Satish
  8. Copyright (c) 2002 Jeff Westfahl
  9. Copyright (c) 2001 Bruce Florman
  10. Copyright (c) 2003 Giovanni Bajo
  11. Copyright (c) 2003 Vaclav Vesely
  12. Copyright (c) 2003 Jonathan de Halleux
  13. http://spirit.sourceforge.net/
  14. http://www.boost.org/libs/spirit
  15. Distributed under the Boost Software License, Version 1.0. (See accompanying
  16. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  17. See http://www.boost.org/libs/spirit for documentation
  18. =============================================================================*/
  19. #if !defined(BOOST_SPIRIT_CLASSIC_APRIL_11_2008_0849AM)
  20. #define BOOST_SPIRIT_CLASSIC_APRIL_11_2008_0849AM
  21. #include <boost/spirit/home/classic/core.hpp>
  22. #include <boost/spirit/home/classic/meta.hpp>
  23. #include <boost/spirit/home/classic/error_handling.hpp>
  24. #include <boost/spirit/home/classic/iterator.hpp>
  25. #include <boost/spirit/home/classic/symbols.hpp>
  26. #include <boost/spirit/home/classic/utility.hpp>
  27. #include <boost/spirit/home/classic/attribute.hpp>
  28. #endif