Skip to content

Commit 3c34470

Browse files
committed
Update README with standalone
1 parent 40aa3f2 commit 3c34470

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ Quaternion and Octonians are class templates similar to std::complex.
6565

6666
The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/math).
6767

68+
### Standalone Mode (Beta)
69+
70+
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.
71+
6872
### Build Status
6973

7074
| | Master | Develop |
@@ -111,6 +115,7 @@ The default action for a PR or commit to a PR is for CI to run the full compleme
111115
* [linux] to test using GCC Versions 5-10 and Clang Versions 5-10 on Ubuntu LTS versions 16.04-20.04.
112116
* [apple] to test Apple Clang on the latest version of MacOS.
113117
* [windows] to test MSVC-14.0, MSVC-14.2 and mingw on the latest version of Windows.
118+
* [standalone] to run standalone mode commpile tests
114119
115120
### Building documentation ###
116121

0 commit comments

Comments
 (0)