*** 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

@ -58,7 +58,7 @@ namespace boost
template< typename T, std::size_t sz >
static bool fun( T BOOST_ARRAY_REF[sz] )
{
if( array == 0 )
if( boost_range_array == 0 )
return true;
return false;
}