Boost logo

Geometry :

From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2021-02-16 11:15:14


On Tue, 16 Feb 2021 at 11:56, Ngoc Dung Do via Geometry
<geometry_at_[hidden]> wrote:
>
> https://www.boost.org/doc/libs/1_75_0/libs/geometry/doc/html/geometry/reference/models/model_multi_point.html
>
> My system has the following characteristics:
> 1. OS: RHEL 7
> 2. Compiler: gcc-c++.x86_64 version 4.8.5

"GCC 6.1 was the first release with non-experimental C++14 support,
so the API and ABI of features added in C++14 is only stable since
that release."

https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2014
https://gcc.gnu.org/onlinedocs/gcc-4.8.5/gcc/Standards.html#Standards

However, you should be fine with GCC 5 as that is the lowest
GCC version the library is CI-tested with
https://github.com/boostorg/geometry/blob/3b0898389abd8dec839f6564c6ccf748f6b38c1f/.github/workflows/minimal-gcc.yml#L23-L29

> 3. Compiling with C++14

Not possible, AFAIK.

Best regards,

-- 
Mateusz Loskot, http://mateusz.loskot.net

Geometry list run by mateusz at loskot.net