You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,10 @@ Quaternion and Octonians are class templates similar to std::complex.
65
65
66
66
The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/math).
67
67
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
+
68
72
### Build Status
69
73
70
74
|| 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
111
115
* [linux] to test using GCC Versions 5-10 and Clang Versions 5-10 on Ubuntu LTS versions 16.04-20.04.
112
116
* [apple] to test Apple Clang on the latest version of MacOS.
113
117
* [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
0 commit comments