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

Add warning to readme

This commit is contained in:
Matt Borland
2024-02-22 08:34:31 +01:00
parent 959edbee6a
commit 4cc78fae46

View File

@@ -102,7 +102,8 @@ The full documentation is available on [boost.org](http://www.boost.org/doc/libs
Defining BOOST_MATH_STANDALONE allows Boost.Math to be used without any Boost dependencies.
Some functionality is reduced in this mode. A static_assert message will alert you
if a particular feature has been disabled by standalone mode.
if a particular feature has been disabled by standalone mode. Standalone mode is not designed to
be used with the rest of boost, and may result in compiler errors.
## Supported Compilers ##