Fixed broken test cases, and added two new ones that were previously missing from cvs

[SVN r21509]
This commit is contained in:
John Maddock
2004-01-06 13:24:31 +00:00
parent 03abb9c07a
commit e41f88e71d
4 changed files with 75 additions and 3 deletions

View File

@@ -26,11 +26,11 @@
#ifndef BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
#include "boost_no_using_breaks_adl.cxx"
#else
namespace = empty_boost;
namespace boost_function_scope_using_declaration_breaks_adl = empty_boost;
#endif
int cpp_main( int, char *[] )
{
return ::test();
return boost_function_scope_using_declaration_breaks_adl::test();
}