1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/spirit/phoenix.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,26 @@
1.4 +/*=============================================================================
1.5 + Phoenix V1.2.1
1.6 + Copyright (c) 2001-2002 Joel de Guzman
1.7 +
1.8 + Use, modification and distribution is subject to the Boost Software
1.9 + License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
1.10 + http://www.boost.org/LICENSE_1_0.txt)
1.11 +==============================================================================*/
1.12 +#if !defined(BOOST_SPIRIT_PHOENIX_HPP)
1.13 +#define BOOST_SPIRIT_PHOENIX_HPP
1.14 +
1.15 +#include <boost/spirit/phoenix/tuples.hpp>
1.16 +#include <boost/spirit/phoenix/tuple_helpers.hpp>
1.17 +#include <boost/spirit/phoenix/actor.hpp>
1.18 +#include <boost/spirit/phoenix/primitives.hpp>
1.19 +#include <boost/spirit/phoenix/composite.hpp>
1.20 +#include <boost/spirit/phoenix/functions.hpp>
1.21 +#include <boost/spirit/phoenix/operators.hpp>
1.22 +#include <boost/spirit/phoenix/special_ops.hpp>
1.23 +#include <boost/spirit/phoenix/statements.hpp>
1.24 +#include <boost/spirit/phoenix/binders.hpp>
1.25 +#include <boost/spirit/phoenix/closures.hpp>
1.26 +#include <boost/spirit/phoenix/casts.hpp>
1.27 +#include <boost/spirit/phoenix/new.hpp>
1.28 +
1.29 +#endif // !defined(BOOST_SPIRIT_PHOENIX_HPP)