Add standalone mode to the docs

[ci skip]
This commit is contained in:
Matt Borland
2022-02-17 11:52:42 +01:00
parent 6c4cce0efe
commit 31937540e1
+6
View File
@@ -25,6 +25,12 @@ for better performance than naive user-defined types.
The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/multiprecision/index.html).
## Standalone (BETA) ##
Defining BOOST_MP_STANDALONE allows Boost.Multiprecision to be used with the only dependency being [Boost.Config](https://github.com/boostorg/config). Our package on this page
already includes a copy of Boost.Config so no other donwloads are required. Some functionality is reduced in this mode. A static_assert message will alert you if a particular feature has been disabled by standalone mode.
[Boost.Math](https://github.com/boostorg/math) standalone mode is compatiable, and recommended if special functions is required.
## Support, bugs and feature requests ##
Bugs and feature requests can be reported through the [Gitub issue tracker](https://github.com/boostorg/multiprecision/issues)