We want to error out at configure time if provided with a C++ standard below C++17.
We do not support C++14 anymore, so erroring out at the earliest possible time makes our build system more ergonomic for users (C++14 is not supported anymore because of the maintenance burden).
We want to error out at configure time if provided with a C++ standard below C++17.
We do not support C++14 anymore, so erroring out at the earliest possible time makes our build system more ergonomic for users (C++14 is not supported anymore because of the maintenance burden).