Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,14 @@ are given below.
When ON, enables the Windows API backend. Defaults to ON under Windows, OFF
otherwise.

### Math

* `BOOST_MATH_BUILD_WITH_LEGACY_FUNCTIONS`

When ON, builds the C99/TR1 targets as: `boost_math_c99f` `boost_math_c99`, `boost_math_c99l` (if your platform has long double support),
`boost_math_tr1f`, `boost_math_tr1`, and `boost_math_tr1l` (if your platform has long double support).
With CMake Version >= 3.13 these 4-6 targets can be linked with the single target `boost_math_legacy_targets`. Defaults to OFF.

### Stacktrace

* `BOOST_STACKTRACE_ENABLE_NOOP`
Expand Down
Loading