Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/lambda/control_structures.hpp @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +0100 |
parents | 2665513ce2d3 |
children |
rev | line source |
---|---|
Chris@16 | 1 // -- control_structures.hpp -- Boost Lambda Library -------------------------- |
Chris@16 | 2 // Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) |
Chris@16 | 3 // |
Chris@16 | 4 // Distributed under the Boost Software License, Version 1.0. (See |
Chris@16 | 5 // accompanying file LICENSE_1_0.txt or copy at |
Chris@16 | 6 // http://www.boost.org/LICENSE_1_0.txt) |
Chris@16 | 7 // |
Chris@16 | 8 // For more information, see www.boost.org |
Chris@16 | 9 |
Chris@16 | 10 #ifndef BOOST_LAMBDA_CONTROL_STRUCTURES_HPP |
Chris@16 | 11 #define BOOST_LAMBDA_CONTROL_STRUCTURES_HPP |
Chris@16 | 12 |
Chris@16 | 13 |
Chris@16 | 14 #include "boost/lambda/core.hpp" |
Chris@16 | 15 |
Chris@16 | 16 // Arithmetic type promotion needed for if_then_else_return |
Chris@16 | 17 #include "boost/lambda/detail/operator_actions.hpp" |
Chris@16 | 18 #include "boost/lambda/detail/operator_return_type_traits.hpp" |
Chris@16 | 19 |
Chris@16 | 20 #include "boost/lambda/if.hpp" |
Chris@16 | 21 #include "boost/lambda/loops.hpp" |
Chris@16 | 22 |
Chris@16 | 23 #endif |