Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace constexpr generic_strtod with inline const
clang-ci >= 13.0 is failing to compile a constexpr function pointer assignment. This is possibly due to strtof (and family) not being implemented as constexpr in the relevant libc++. Closes 136 Closes 156 Signed-off-by: Sean Robinson <[email protected]>
- Loading branch information