os/ossrv/ossrv_pub/boost_apis/boost/lambda/control_structures.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// -- control_structures.hpp -- Boost Lambda Library --------------------------
sl@0
     2
// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
sl@0
     3
//
sl@0
     4
// Distributed under the Boost Software License, Version 1.0. (See
sl@0
     5
// accompanying file LICENSE_1_0.txt or copy at
sl@0
     6
// http://www.boost.org/LICENSE_1_0.txt)
sl@0
     7
//
sl@0
     8
// For more information, see www.boost.org
sl@0
     9
sl@0
    10
#ifndef BOOST_LAMBDA_CONTROL_STRUCTURES_HPP
sl@0
    11
#define BOOST_LAMBDA_CONTROL_STRUCTURES_HPP
sl@0
    12
sl@0
    13
sl@0
    14
#include "boost/lambda/core.hpp"
sl@0
    15
sl@0
    16
// Arithmetic type promotion needed for if_then_else_return
sl@0
    17
#include "boost/lambda/detail/operator_actions.hpp"
sl@0
    18
#include "boost/lambda/detail/operator_return_type_traits.hpp"
sl@0
    19
sl@0
    20
#include "boost/lambda/detail/control_structures_impl.hpp"
sl@0
    21
sl@0
    22
#endif