*** empty log message ***

[SVN r26766]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-01-20 22:33:25 +00:00
parent eeb7bf0fe0
commit 92c375e173
5 changed files with 7 additions and 88 deletions

View File

@ -31,15 +31,6 @@
using namespace boost;
using namespace std;
struct add_one
{
template< class T >
T operator()( T r ) const
{
return r + 1;
}
};
void check_iterator_range()
{
@ -108,7 +99,3 @@ test_suite* init_unit_test_suite( int argc, char* argv[] )
return test;
}