Jeff Thompson | ef2d5a4 | 2013-08-22 19:09:24 -0700 | [diff] [blame] | 1 | // -- bind.hpp -- Boost Lambda Library -------------------------------------- |
| 2 | |
| 3 | // Copyright (C) 1999-2001 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) |
| 4 | // Gary Powell (gwpowell@hotmail.com) |
| 5 | // |
| 6 | // Distributed under the Boost Software License, Version 1.0. (See |
| 7 | // accompanying file LICENSE_1_0.txt or copy at |
| 8 | // http://www.boost.org/LICENSE_1_0.txt) |
| 9 | // |
| 10 | // For more information, see http://www.boost.org |
| 11 | |
Jeff Thompson | 3d613fd | 2013-10-15 15:39:04 -0700 | [diff] [blame] | 12 | #ifndef NDNBOOST_LAMBDA_BIND_HPP |
| 13 | #define NDNBOOST_LAMBDA_BIND_HPP |
Jeff Thompson | ef2d5a4 | 2013-08-22 19:09:24 -0700 | [diff] [blame] | 14 | |
| 15 | #include "ndnboost/lambda/core.hpp" |
| 16 | |
| 17 | #include "ndnboost/lambda/detail/bind_functions.hpp" |
| 18 | |
| 19 | #endif |