mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-07-21 13:23:49 +00:00
Add standalone mode to the docs
[ci skip]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user