sl@0: // -- control_structures.hpp -- Boost Lambda Library -------------------------- sl@0: // Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) sl@0: // sl@0: // Distributed under the Boost Software License, Version 1.0. (See sl@0: // accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: // sl@0: // For more information, see www.boost.org sl@0: sl@0: #ifndef BOOST_LAMBDA_CONTROL_STRUCTURES_HPP sl@0: #define BOOST_LAMBDA_CONTROL_STRUCTURES_HPP sl@0: sl@0: sl@0: #include "boost/lambda/core.hpp" sl@0: sl@0: // Arithmetic type promotion needed for if_then_else_return sl@0: #include "boost/lambda/detail/operator_actions.hpp" sl@0: #include "boost/lambda/detail/operator_return_type_traits.hpp" sl@0: sl@0: #include "boost/lambda/detail/control_structures_impl.hpp" sl@0: sl@0: #endif