Commit eea0f93
Fix C++17 inline constexpr to support C++11 (deepmodeling#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 deepmodeling#6956
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8929b2d commit eea0f93
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments