remove wrong comment

[SVN r23261]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-06-29 14:35:37 +00:00
parent d85e5a45a8
commit ab27c1ae2c

View File

@ -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;
}; };