mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-04 15:24:29 +02:00
Stop using assert() in tests
[SVN r33181]
This commit is contained in:
@@ -17,12 +17,13 @@
|
||||
#include <boost/mpl/aux_/test/test_case.hpp>
|
||||
#include <boost/mpl/aux_/test/data.hpp>
|
||||
#include <boost/mpl/aux_/test/assert.hpp>
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
|
||||
#include <boost/type_traits/is_same.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
using namespace boost;
|
||||
|
Reference in New Issue
Block a user