Merge from trunk.

[SVN r39287]
This commit is contained in:
Daniel James
2007-09-14 22:24:22 +00:00
parent 6641f6a542
commit 5d085424e8

View File

@ -66,7 +66,7 @@ namespace boost
}
template< class T >
inline long is_char_ptr( T r )
inline long is_char_ptr( T /* r */ )
{
return 0L;
}