Opened 14 years ago
Closed 14 years ago
#2502 closed Bugs (fixed)
Missing std:: qualifier on some sqrt() calls
Reported by: | Owned by: | Eric Niebler | |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | accumulator |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Some calls to sqrt() is missing the std:: qualifier in the following files: libs/accumulators/test/p_square_cumulative_distribution.cpp libs/accumulators/test/weighted_p_square_cum_dist.cpp
Other calls in the same files have std:: so there should be no chance of regressions.
The patches have been tested on QNX 6.4.0.
Attachments (2)
Change History (3)
by , 14 years ago
Attachment: | p_square_cumulative_distribution.cpp.patch added |
---|
by , 14 years ago
Attachment: | weighted_p_square_cum_dist.cpp.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [49805]) add missing namespace qualifications, fixes #2502