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 {