From 3b644dbfff9ed283e261056ff403abdfaf2c1830 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 27 Dec 2002 16:51:53 +0000 Subject: [PATCH] add or update See www.boost.org comments [SVN r16708] --- include/boost/function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/function.hpp b/include/boost/function.hpp index fd8a20f..93a2da1 100644 --- a/include/boost/function.hpp +++ b/include/boost/function.hpp @@ -11,7 +11,7 @@ // This software is provided "as is" without express or implied warranty, // and with no claim as to its suitability for any purpose. -// For more information, see http://www.boost.org +// For more information, see http://www.boost.org/libs/function // William Kempf, Jesse Jones and Karl Nelson were all very helpful in the // design of this library.