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