fix doc example typo
[boost.git] / boost / lambda / bind.hpp
blob0371393cbaf7552e345024069ed1dc4787d12bc9
1 // -- bind.hpp -- Boost Lambda Library --------------------------------------
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
12 #ifndef BOOST_LAMBDA_BIND_HPP
13 #define BOOST_LAMBDA_BIND_HPP
15 #include "boost/lambda/core.hpp"
17 #include "boost/lambda/detail/bind_functions.hpp"
19 #endif