forked from joaoleal/CppADCodeGen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CppAD macro to define
CppAD::numeric_limits
specialization
CppAD 2024 add a `max_digits10` member to `CppAD::numeric_limits`. This member is not defined in CppADCodeGen and this create compilation issue with clang based compiler. To avoid future issue, we use `CPPAD_NUMERIC_LIMITS` macro that will ensure we always have an up to date version of `CppAD::numeric_limits`. See [CppAD#206](coin-or/CppAD#206).
- Loading branch information
Showing
2 changed files
with
2 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters