mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-11 11:52:11 +00:00
Merged from index_dev
Fixed rtree::clear() mem leak. Added test for clear() and boost::shared_ptr as Values. Each linear algo test file divided into 2 files. Added reference in docs->rtree introduction. [SVN r81778]
This commit is contained in:
@@ -20,7 +20,6 @@ int test_main(int, char* [])
|
||||
typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc;
|
||||
|
||||
test_rtree<P2ttmc, bgi::linear<4, 2> >();
|
||||
test_rtree<P2ttmc>(bgi::runtime::linear(4, 2));
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user