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

Add non-standalone definitions of JOIN and STRINGIZE

This commit is contained in:
Matt Borland
2024-02-22 09:03:15 +01:00
parent c69aa40308
commit 0bf7517a6f

View File

@@ -73,6 +73,9 @@
#define BOOST_MATH_NOINLINE BOOST_NOINLINE
#define BOOST_MATH_FORCEINLINE BOOST_FORCEINLINE
#define BOOST_MATH_JOIN(X, Y) BOOST_JOIN(X, Y)
#define BOOST_MATH_STRINGIZE(X) BOOST_STRINGIZE(X)
#else // Things from boost/config that are required, and easy to replicate
#define BOOST_MATH_PREVENT_MACRO_SUBSTITUTION