Opened 14 years ago

Closed 14 years ago

#2502 closed Bugs (fixed)

Missing std:: qualifier on some sqrt() calls

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

p_square_cumulative_distribution.cpp.patch (574 bytes ) - added by li51ckf02@… 14 years ago.
weighted_p_square_cum_dist.cpp.patch (911 bytes ) - added by li51ckf02@… 14 years ago.

Download all attachments as: .zip

Change History (3)

by li51ckf02@…, 14 years ago

by li51ckf02@…, 14 years ago

comment:1 by Eric Niebler, 14 years ago

Resolution: fixed
Status: newclosed

(In [49805]) add missing namespace qualifications, fixes #2502

Note: See TracTickets for help on using tickets.