#2167 closed Bugs (fixed)
Using Microsoft's PREfast tool on the math library raises a minor cosmetic issue
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | math |
Version: | Boost 1.35.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
Local declaration of l on line 249 of boost/math/special_functions/gamma.hpp hides variable of same name that is passed as an argument to lgamma_imp() on line 193
Note:
See TracTickets
for help on using tickets.
(In [47995]) Changed some variable names to suppress -Wshadow warnings, also fixes #2167.