From b57fe61901d690577d33747e50e4c415ecce8399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Thu, 21 Feb 2002 22:29:52 +0000 Subject: [PATCH] fixed a comment [SVN r12885] --- include/boost/lambda/construct.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/lambda/construct.hpp b/include/boost/lambda/construct.hpp index ae0d4e2..f67d583 100644 --- a/include/boost/lambda/construct.hpp +++ b/include/boost/lambda/construct.hpp @@ -19,7 +19,6 @@ #if !defined(BOOST_LAMBDA_CONSTRUCT_HPP) #define BOOST_LAMBDA_CONSTRUCT_HPP -#include namespace boost { namespace lambda { @@ -210,7 +209,7 @@ struct delete_ptr { }; -// new_array is used together with bind.W +// new_array is used together with bind. template struct new_array {