Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2167 closed Bugs (fixed)

Using Microsoft's PREfast tool on the math library raises a minor cosmetic issue

Reported by: will4wright@… 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

Change History (2)

comment:1 by John Maddock, 14 years ago

Resolution: fixed
Status: newclosed

(In [47995]) Changed some variable names to suppress -Wshadow warnings, also fixes #2167.

comment:2 by John Maddock, 14 years ago

(In [47996]) Merged variable name changes from trunk to fix #2167.

Note: See TracTickets for help on using tickets.