os/ossrv/ossrv_pub/boost_apis/boost/spirit/dynamic.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/spirit/dynamic.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +/*=============================================================================
     1.5 +    Copyright (c) 2002-2003 Joel de Guzman
     1.6 +    Copyright (c) 2002 Juan Carlos Arevalo-Baeza
     1.7 +    Copyright (c) 2002-2003 Martin Wille
     1.8 +    http://spirit.sourceforge.net/
     1.9 +
    1.10 +    Use, modification and distribution is subject to the Boost Software
    1.11 +    License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
    1.12 +    http://www.boost.org/LICENSE_1_0.txt)
    1.13 +=============================================================================*/
    1.14 +#ifndef BOOST_SPIRIT_DYNAMIC_HPP
    1.15 +#define BOOST_SPIRIT_DYNAMIC_HPP
    1.16 +
    1.17 +#include <boost/spirit/version.hpp>
    1.18 +
    1.19 +///////////////////////////////////////////////////////////////////////////////
    1.20 +//
    1.21 +//  Master header for Spirit.Dynamic
    1.22 +//
    1.23 +///////////////////////////////////////////////////////////////////////////////
    1.24 +#include <boost/spirit/dynamic/if.hpp>
    1.25 +#include <boost/spirit/dynamic/for.hpp>
    1.26 +#include <boost/spirit/dynamic/while.hpp>
    1.27 +#include <boost/spirit/dynamic/lazy.hpp>
    1.28 +#include <boost/spirit/dynamic/stored_rule.hpp>
    1.29 +#include <boost/spirit/dynamic/rule_alias.hpp>
    1.30 +
    1.31 +////////////////////////////////////////////////////////////////////////////////
    1.32 +#endif // BOOST_SPIRIT_DYNAMIC_HPP