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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user