sl@0
|
1 |
// -- bind.hpp -- Boost Lambda Library --------------------------------------
|
sl@0
|
2 |
|
sl@0
|
3 |
// Copyright (C) 1999-2001 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
|
sl@0
|
4 |
// Gary Powell (gwpowell@hotmail.com)
|
sl@0
|
5 |
//
|
sl@0
|
6 |
// Distributed under the Boost Software License, Version 1.0. (See
|
sl@0
|
7 |
// accompanying file LICENSE_1_0.txt or copy at
|
sl@0
|
8 |
// http://www.boost.org/LICENSE_1_0.txt)
|
sl@0
|
9 |
//
|
sl@0
|
10 |
// For more information, see http://www.boost.org
|
sl@0
|
11 |
|
sl@0
|
12 |
#ifndef BOOST_LAMBDA_BIND_HPP
|
sl@0
|
13 |
#define BOOST_LAMBDA_BIND_HPP
|
sl@0
|
14 |
|
sl@0
|
15 |
#include "boost/lambda/core.hpp"
|
sl@0
|
16 |
|
sl@0
|
17 |
#include "boost/lambda/detail/bind_functions.hpp"
|
sl@0
|
18 |
|
sl@0
|
19 |
#endif
|