mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 00:02:09 +00:00
R*tree implementation based on boost::variant
[SVN r70531]
This commit is contained in:
16
tests/main.cpp
Normal file
16
tests/main.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include <tests/translators.hpp>
|
||||
#include <tests/rtree_native.hpp>
|
||||
#include <tests/rtree_filters.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
tests_translators_hpp();
|
||||
tests_rtree_native_hpp();
|
||||
tests_rtree_filters_hpp();
|
||||
|
||||
#ifdef _MSC_VER
|
||||
std::cin.get();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user