Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/boost/lambda/bind.hpp @ 44

Last change on this file since 44 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 577 bytes
RevLine 
[29]1// -- bind.hpp -- Boost Lambda Library --------------------------------------
2
3// Copyright (C) 1999-2001 Jaakko Järvi (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
12#ifndef BOOST_LAMBDA_BIND_HPP
13#define BOOST_LAMBDA_BIND_HPP
14
15#include "boost/lambda/core.hpp"
16
17#include "boost/lambda/detail/bind_functions.hpp"
18   
19#endif
Note: See TracBrowser for help on using the repository browser.