Boost 1.40 changes

[SVN r54339]
This commit is contained in:
Ion Gaztañaga
2009-06-25 16:26:25 +00:00
parent 7f6921c717
commit ccd4975b46
6 changed files with 14 additions and 4 deletions

View File

@@ -132,6 +132,7 @@ int main( int, char* [] )
test_main_template<boost::intrusive::smart_ptr<void>, false>()();
test_main_template<void*, true>()();
test_main_template<boost::intrusive::smart_ptr<void>, true>()();
return boost::report_errors();
}