char.hpp 837 B

1234567891011121314151617181920
  1. /*=============================================================================
  2. Copyright (c) 2001-2014 Joel de Guzman
  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. #if !defined(BOOST_SPIRIT_X3_CHAR_FEBRUARY_02_2007_0921AM)
  7. #define BOOST_SPIRIT_X3_CHAR_FEBRUARY_02_2007_0921AM
  8. #include <boost/spirit/home/x3/char/char_parser.hpp>
  9. #include <boost/spirit/home/x3/char/negated_char_parser.hpp>
  10. #include <boost/spirit/home/x3/char/char.hpp>
  11. #include <boost/spirit/home/x3/char/char_class.hpp>
  12. #include <boost/spirit/home/x3/char/char_set.hpp>
  13. #if defined(BOOST_SPIRIT_X3_UNICODE)
  14. #include <boost/spirit/home/x3/char/unicode.hpp>
  15. #endif
  16. #endif