os/ossrv/ossrv_pub/boost_apis/boost/spirit/symbols.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/symbols.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +/*=============================================================================
     1.5 +    Copyright (c) 2001-2003 Joel de Guzman
     1.6 +    http://spirit.sourceforge.net/
     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_SYMBOLS_MAIN_HPP)
    1.13 +#define BOOST_SPIRIT_SYMBOLS_MAIN_HPP
    1.14 +
    1.15 +#include <boost/spirit/version.hpp>
    1.16 +
    1.17 +///////////////////////////////////////////////////////////////////////////////
    1.18 +//
    1.19 +//  Master header for Spirit.Symbols
    1.20 +//
    1.21 +///////////////////////////////////////////////////////////////////////////////
    1.22 +
    1.23 +#include <boost/spirit/symbols/symbols.hpp>
    1.24 +
    1.25 +#endif // !defined(BOOST_SPIRIT_SYMBOLS_MAIN_HPP)