]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/spirit/home/classic.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / spirit / home / classic.hpp
CommitLineData
7c673cae
FG
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
16 Distributed under the Boost Software License, Version 1.0. (See accompanying
17 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
18
19 See http://www.boost.org/libs/spirit for documentation
20=============================================================================*/
21#if !defined(BOOST_SPIRIT_CLASSIC_APRIL_11_2008_0849AM)
22#define BOOST_SPIRIT_CLASSIC_APRIL_11_2008_0849AM
23
24#include <boost/spirit/home/classic/core.hpp>
25#include <boost/spirit/home/classic/meta.hpp>
26#include <boost/spirit/home/classic/error_handling.hpp>
27#include <boost/spirit/home/classic/iterator.hpp>
28#include <boost/spirit/home/classic/symbols.hpp>
29#include <boost/spirit/home/classic/utility.hpp>
30#include <boost/spirit/home/classic/attribute.hpp>
31
32#endif