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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user