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
Fix C++17 inline constexpr to support C++11 (#6957)
Replace `inline constexpr` with `static constexpr` in ylmcoef.h
to eliminate C++17 dependency, as the project only supports up to C++11.
Closes#6956
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments