forked from boostorg/range
remove wrong comment
[SVN r23261]
This commit is contained in:
@ -66,7 +66,6 @@ namespace boost
|
|||||||
template< typename T, std::size_t sz >
|
template< typename T, std::size_t sz >
|
||||||
struct iterator_of< const T[sz] >
|
struct iterator_of< const T[sz] >
|
||||||
{
|
{
|
||||||
// remark: is this correct? I think T* should be it!
|
|
||||||
typedef const T* type;
|
typedef const T* type;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user