36#ifndef IMT_BASE_CORE_PLATFORM_CPP_VERSION_H
37#define IMT_BASE_CORE_PLATFORM_CPP_VERSION_H
59 return __cplusplus >= CppVersion::CPP_VERSION_14;
66 return __cplusplus >= CppVersion::CPP_VERSION_17;
73 return __cplusplus >= CppVersion::CPP_VERSION_20;
80 return __cplusplus >= CppVersion::CPP_VERSION_23;
85 static constexpr int32_t CPP_VERSION_14 {201402L};
86 static constexpr int32_t CPP_VERSION_17 {201703L};
87 static constexpr int32_t CPP_VERSION_20 {202002L};
88 static constexpr int32_t CPP_VERSION_23 {202302L};
This is a application specific file which is used to configure Imt.Base.Core.Math.