1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/lambda/control_structures.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,22 @@
1.4 +// -- control_structures.hpp -- Boost Lambda Library --------------------------
1.5 +// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
1.6 +//
1.7 +// Distributed under the Boost Software License, Version 1.0. (See
1.8 +// accompanying file LICENSE_1_0.txt or copy at
1.9 +// http://www.boost.org/LICENSE_1_0.txt)
1.10 +//
1.11 +// For more information, see www.boost.org
1.12 +
1.13 +#ifndef BOOST_LAMBDA_CONTROL_STRUCTURES_HPP
1.14 +#define BOOST_LAMBDA_CONTROL_STRUCTURES_HPP
1.15 +
1.16 +
1.17 +#include "boost/lambda/core.hpp"
1.18 +
1.19 +// Arithmetic type promotion needed for if_then_else_return
1.20 +#include "boost/lambda/detail/operator_actions.hpp"
1.21 +#include "boost/lambda/detail/operator_return_type_traits.hpp"
1.22 +
1.23 +#include "boost/lambda/detail/control_structures_impl.hpp"
1.24 +
1.25 +#endif