vc6 fixes

[SVN r24114]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-07-27 13:37:44 +00:00
parent 81b3665c8f
commit d2dca990db
6 changed files with 28 additions and 28 deletions

View File

@ -116,13 +116,13 @@ namespace boost
{
return sz;
}
template< typename T, std::size_t sz >
inline std::size_t array_size( const T BOOST_RANGE_ARRAY_REF()[sz], int )
{
return sz;
}
template< typename T, std::size_t sz >
inline std::size_t array_size( T BOOST_RANGE_ARRAY_REF()[sz], char_or_wchar_t_array_tag )
{