2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Only include <version> if it exists

Co-authored-by: Matt Borland <matt@mattborland.com>
This commit is contained in:
Moritz Baumann
2025-12-18 15:28:25 +01:00
committed by GitHub
parent 9267c0ae49
commit f31a06e5de

View File

@@ -84,7 +84,9 @@
#else // Things from boost/config that are required, and easy to replicate
#if __has_include(<version>)
#include <version>
#endif
#define BOOST_MATH_PREVENT_MACRO_SUBSTITUTION
#define BOOST_MATH_NO_REAL_CONCEPT_TESTS