*** empty log message ***

[SVN r28658]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-05-05 12:59:41 +00:00
parent 918b652291
commit 5843a9fd3f
6 changed files with 17 additions and 17 deletions

View File

@ -60,7 +60,7 @@ namespace boost
template< typename T, std::size_t sz >
static T* fun( T BOOST_RANGE_ARRAY_REF()[sz] )
{
return array;
return boost_range_array;
}
};