os/ossrv/ossrv_pub/boost_apis/boost/tr1/tr1/utility
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/tr1/tr1/utility	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +//  (C) Copyright John Maddock 2005.
     1.5 +//  Use, modification and distribution are subject to the
     1.6 +//  Boost Software License, Version 1.0. (See accompanying file
     1.7 +//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
     1.8 +
     1.9 +
    1.10 +#if !defined(BOOST_TR1_UTILITY_INCLUDED)
    1.11 +#  define BOOST_TR1_UTILITY_INCLUDED
    1.12 +#  ifndef BOOST_TR1_NO_RECURSION
    1.13 +#     define BOOST_TR1_NO_RECURSION
    1.14 +#     define BOOST_TR1_NO_UTILITY_RECURSION
    1.15 +#  endif
    1.16 +#  include <boost/tr1/detail/config.hpp>
    1.17 +#  ifdef BOOST_HAS_INCLUDE_NEXT
    1.18 +#     include_next <utility>
    1.19 +#  else
    1.20 +#     include BOOST_TR1_STD_HEADER(utility)
    1.21 +#  endif
    1.22 +#  ifdef BOOST_TR1_NO_UTILITY_RECURSION
    1.23 +#     undef BOOST_TR1_NO_RECURSION
    1.24 +#     undef BOOST_TR1_NO_UTILITY_RECURSION
    1.25 +#  endif
    1.26 +#endif
    1.27 +
    1.28 +#if !defined(BOOST_TR1_FULL_UTILITY_INCLUDED) && !defined(BOOST_TR1_NO_RECURSION)
    1.29 +#  define BOOST_TR1_FULL_UTILITY_INCLUDED
    1.30 +#  define BOOST_TR1_NO_RECURSION
    1.31 +#  include <boost/tr1/utility.hpp>
    1.32 +#  undef BOOST_TR1_NO_RECURSION
    1.33 +#endif
    1.34 +