os/ossrv/ossrv_pub/boost_apis/boost/variant.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/variant.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +//-----------------------------------------------------------------------------
     1.5 +// boost variant.hpp header file
     1.6 +// See http://www.boost.org for updates, documentation, and revision history.
     1.7 +//-----------------------------------------------------------------------------
     1.8 +//
     1.9 +// Copyright (c) 2003
    1.10 +// Eric Friedman, Itay Maman
    1.11 +//
    1.12 +// Distributed under the Boost Software License, Version 1.0. (See
    1.13 +// accompanying file LICENSE_1_0.txt or copy at
    1.14 +// http://www.boost.org/LICENSE_1_0.txt)
    1.15 +
    1.16 +#ifndef BOOST_VARIANT_HPP
    1.17 +#define BOOST_VARIANT_HPP
    1.18 +
    1.19 +// variant "main"
    1.20 +#include "boost/variant/variant.hpp"
    1.21 +#include "boost/variant/recursive_variant.hpp"
    1.22 +#include "boost/variant/recursive_wrapper.hpp"
    1.23 +
    1.24 +// common applications
    1.25 +#include "boost/variant/get.hpp"
    1.26 +#include "boost/variant/apply_visitor.hpp"
    1.27 +#include "boost/variant/static_visitor.hpp"
    1.28 +#include "boost/variant/visitor_ptr.hpp"
    1.29 +
    1.30 +#endif // BOOST_VARIANT_HPP