Rev | Line | |
---|
[857] | 1 | // -- control_structures.hpp -- Boost Lambda Library --------------------------
|
---|
| 2 | // Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
|
---|
| 3 | //
|
---|
| 4 | // Distributed under the Boost Software License, Version 1.0. (See
|
---|
| 5 | // accompanying file LICENSE_1_0.txt or copy at
|
---|
| 6 | // http://www.boost.org/LICENSE_1_0.txt)
|
---|
| 7 | //
|
---|
| 8 | // For more information, see www.boost.org
|
---|
| 9 |
|
---|
| 10 | #ifndef BOOST_LAMBDA_CONTROL_STRUCTURES_HPP
|
---|
| 11 | #define BOOST_LAMBDA_CONTROL_STRUCTURES_HPP
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 | #include "boost/lambda/core.hpp"
|
---|
| 15 |
|
---|
| 16 | // Arithmetic type promotion needed for if_then_else_return
|
---|
| 17 | #include "boost/lambda/detail/operator_actions.hpp"
|
---|
| 18 | #include "boost/lambda/detail/operator_return_type_traits.hpp"
|
---|
| 19 |
|
---|
| 20 | #include "boost/lambda/detail/control_structures_impl.hpp"
|
---|
| 21 |
|
---|
| 22 | #endif
|
---|
Note: See
TracBrowser
for help on using the repository browser.