Replies: 1 comment
-
Do you really want to use the first implementation of the rtree from the extensions done during GSoC? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Could you help me please?
After include <boost/geometry/extensions/index/rtree/rtree.hp> I got the following:
...
In file included from /home/rkukushkin/projects/3d-core/tests/src/geometric_primitive/gp_intersection_test.cpp:21:
/home/rkukushkin/geometry/include/boost/geometry/extensions/index/rtree/rtree.hpp:32:1: error: too few template parameters in template redeclaration
template <typename Box, typename Value >
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/rkukushkin/geometry/include/boost/geometry/index/rtree.hpp:164:1: note: previous template declaration is here
template
^~~~~~~~
...
What am I doing wrong?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions