geometry icon indicating copy to clipboard operation
geometry copied to clipboard

VS2015(C++14 partly) cannot use this geometry

Open xiaofeiyun123 opened this issue 10 months ago • 1 comments

Is there a way to use boost.geometry closest_points in VS2015(C++14 partly)? Or other possible library has similar function with boost.geometry closest_points? Because I indeed need to develop in the enviroment of VS2015.

Compile error when build with VS2015 #if defined(BOOST_NO_CXX14_CONSTEXPR) #error "Use C++14 or higher to compile Boost.Geometry, or use Boost 1.72 or lower." #endif

Compile passed when build with VS2017

xiaofeiyun123 avatar Apr 06 '24 14:04 xiaofeiyun123

C++14 is the minimal requirement. If that is not supported - then you have to use Boost 1.72 or lower.

barendgehrels avatar Apr 24 '24 13:04 barendgehrels