forked from boostorg/range
Boost.Range fix for the range_size metafunction. This showed as a compilation failure on VACPP.
[SVN r61144]
This commit is contained in:
3
include/boost/range/size_type.hpp
Executable file → Normal file
3
include/boost/range/size_type.hpp
Executable file → Normal file
@@ -67,7 +67,8 @@ namespace boost
|
|||||||
{ };
|
{ };
|
||||||
|
|
||||||
template< class T >
|
template< class T >
|
||||||
struct range_size<const T > : range_size<T>
|
struct range_size<const T >
|
||||||
|
: detail::range_size<T>
|
||||||
{ };
|
{ };
|
||||||
|
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
Reference in New Issue
Block a user