Extra ; warnings
Open
- Dominant language
- C++
- Stars
- 55
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
At least these files produce extra ; warnings with GCC 13 and -Wpedantic in boost 1.84:
boost/numeric/odeint/stepper/detail/adaptive_adams_bashforth_moulton.hpp
boost/numeric/odeint/stepper/detail/adaptive_adams_coefficients.hpp
boost/numeric/odeint/stepper/detail/pid_step_adjuster.hpp
boost/numeric/odeint/stepper/detail/controlled_adams_bashforth_moulton.hpp
Example:
```
boost/numeric/odeint/stepper/adaptive_adams_bashforth_moulton.hpp:99:6: varoitus: ylimääräinen ”;” [-Wpedantic]
99 | };
| ^
| -
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.