2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-24 18:02:22 +00:00

fixed a comment

[SVN r12885]
This commit is contained in:
Jaakko Järvi
2002-02-21 22:29:52 +00:00
parent 1d33face98
commit b57fe61901

View File

@@ -19,7 +19,6 @@
#if !defined(BOOST_LAMBDA_CONSTRUCT_HPP)
#define BOOST_LAMBDA_CONSTRUCT_HPP
#include <iostream>
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<class T> struct new_array {