os/ossrv/ossrv_pub/boost_apis/boost/spirit/phoenix.hpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
/*=============================================================================
sl@0
     2
    Phoenix V1.2.1
sl@0
     3
    Copyright (c) 2001-2002 Joel de Guzman
sl@0
     4
sl@0
     5
    Use, modification and distribution is subject to the Boost Software
sl@0
     6
    License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
sl@0
     7
    http://www.boost.org/LICENSE_1_0.txt)
sl@0
     8
==============================================================================*/
sl@0
     9
#if !defined(BOOST_SPIRIT_PHOENIX_HPP)
sl@0
    10
#define BOOST_SPIRIT_PHOENIX_HPP
sl@0
    11
sl@0
    12
#include <boost/spirit/phoenix/tuples.hpp>
sl@0
    13
#include <boost/spirit/phoenix/tuple_helpers.hpp>
sl@0
    14
#include <boost/spirit/phoenix/actor.hpp>
sl@0
    15
#include <boost/spirit/phoenix/primitives.hpp>
sl@0
    16
#include <boost/spirit/phoenix/composite.hpp>
sl@0
    17
#include <boost/spirit/phoenix/functions.hpp>
sl@0
    18
#include <boost/spirit/phoenix/operators.hpp>
sl@0
    19
#include <boost/spirit/phoenix/special_ops.hpp>
sl@0
    20
#include <boost/spirit/phoenix/statements.hpp>
sl@0
    21
#include <boost/spirit/phoenix/binders.hpp>
sl@0
    22
#include <boost/spirit/phoenix/closures.hpp>
sl@0
    23
#include <boost/spirit/phoenix/casts.hpp>
sl@0
    24
#include <boost/spirit/phoenix/new.hpp>
sl@0
    25
sl@0
    26
#endif // !defined(BOOST_SPIRIT_PHOENIX_HPP)