]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/spirit/include/boost/spirit/home/x3/char.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / spirit / include / boost / spirit / home / x3 / char.hpp
CommitLineData
7c673cae
FG
1/*=============================================================================
2 Copyright (c) 2001-2014 Joel de Guzman
3
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_X3_CHAR_FEBRUARY_02_2007_0921AM)
8#define BOOST_SPIRIT_X3_CHAR_FEBRUARY_02_2007_0921AM
9
10#include <boost/spirit/home/x3/char/char_parser.hpp>
11#include <boost/spirit/home/x3/char/negated_char_parser.hpp>
12#include <boost/spirit/home/x3/char/char.hpp>
13#include <boost/spirit/home/x3/char/char_class.hpp>
14#include <boost/spirit/home/x3/char/char_set.hpp>
15
16#if defined(BOOST_SPIRIT_X3_UNICODE)
17#include <boost/spirit/home/x3/char/unicode.hpp>
18#endif
19
20#endif