mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-14 00:42:09 +00:00
exceptions test compilation warnings fixed for clang
[SVN r81304]
This commit is contained in:
@@ -38,10 +38,6 @@ void test_rtree_value_exceptions(Parameters const& parameters = Parameters())
|
||||
}
|
||||
}
|
||||
|
||||
//#define _CRTDBG_MAP_ALLOC
|
||||
//#include <stdlib.h>
|
||||
//#include <crtdbg.h>
|
||||
|
||||
int test_main(int, char* [])
|
||||
{
|
||||
test_rtree_value_exceptions< bgi::linear<4, 2> >();
|
||||
@@ -51,9 +47,5 @@ int test_main(int, char* [])
|
||||
test_rtree_value_exceptions< bgi::rstar<4, 2> >();
|
||||
test_rtree_value_exceptions(bgi::runtime::rstar(4, 2));
|
||||
|
||||
//std::cout << "----------------------------------------\n";
|
||||
//_CrtDumpMemoryLeaks();
|
||||
//std::cin.get();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user