Hello, First of all, thank you for your contributions. Indeed it was a greatly useful library with very detailed documentation. While trying to run a sample example code "line_interpolate" from following link: https://www.boost.org/doc/libs/1_79_0/libs/geometry/doc/html/geometry/refere... There is an error that appears saying " error: ‘line_interpolate’ was not declared in this scope" but i dint understand the reason. While other examples from the reference( https://www.boost.org/doc/libs/1_79_0/libs/geometry/doc/html/geometry/matrix...), work fine without any issues. May I know the actual cause of this issue? Working platform: Ubuntu 18.04 Boost Version: 1.65.1.0 Regards, Ajay
On Tue, 19 Apr 2022 at 16:07, Ajay Kumar G via Boost-users
While trying to run a sample example code "line_interpolate" from following link: https://www.boost.org/doc/libs/1_79_0/libs/geometry/doc/html/geometry/refere... [...] May I know the actual cause of this issue? [...] Boost Version: 1.65.1.0
Can you access this page...? https://www.boost.org/doc/libs/1_65_0/libs/geometry/doc/html/geometry/refere... Well, that feature is not available in the ancient Boost version you are using. The feature you are trying was released with Boost 1.70 as per https://github.com/boostorg/geometry/pull/526 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (2)
-
Ajay Kumar G
-
Mateusz Loskot