Boost C++ Libraries: Ticket #2502: Missing std:: qualifier on some sqrt() calls https://svn.boost.org/trac10/ticket/2502 <p> 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 </p> <p> Other calls in the same files have std:: so there should be no chance of regressions. </p> <p> The patches have been tested on QNX 6.4.0. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2502 Trac 1.4.3 li51ckf02@… Fri, 14 Nov 2008 17:48:57 GMT attachment set https://svn.boost.org/trac10/ticket/2502 https://svn.boost.org/trac10/ticket/2502 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">p_square_cumulative_distribution.cpp.patch</span> </li> </ul> Ticket li51ckf02@… Fri, 14 Nov 2008 17:49:27 GMT attachment set https://svn.boost.org/trac10/ticket/2502 https://svn.boost.org/trac10/ticket/2502 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">weighted_p_square_cum_dist.cpp.patch</span> </li> </ul> Ticket Eric Niebler Sun, 16 Nov 2008 21:17:32 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2502#comment:1 https://svn.boost.org/trac10/ticket/2502#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/49805" title="add missing namespace qualifications, fixes #2502">[49805]</a>) add missing namespace qualifications, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2502" title="#2502: Bugs: Missing std:: qualifier on some sqrt() calls (closed: fixed)">#2502</a> </p> Ticket