*** empty log message ***

[SVN r23988]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-07-23 14:00:36 +00:00
parent 25ecc19ec1
commit d78d5e3fd6
15 changed files with 145 additions and 73 deletions

View File

@ -44,8 +44,26 @@ namespace boost
};
};
template<>
struct range_const_iterator_<array_>; // give up
struct range_const_iterator_<array_>
{
template< typename T >
struct pts
{
typedef void /*dummy*/ type;
};
};
template<>
struct range_const_iterator_<char_array_>
{
template< typename T >
struct pts
{
typedef void /*dummy*/ type;
};
};
template<>
struct range_const_iterator_<char_ptr_>