Re: [Boost-bugs] [Boost C++ Libraries] #5914: std:: qualifier missing for <cstring> function

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5914: std:: qualifier missing for <cstring> function
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-09-19 18:43:23


#5914: std:: qualifier missing for <cstring> function
-----------------------------------------+----------------------------------
  Reporter: stephen.clamage@… | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: math
   Version: Boost 1.47.0 | Severity: Showstopper
Resolution: | Keywords:
-----------------------------------------+----------------------------------

Comment (by anonymous):

 I see my diffs got clobbered. I'll try again:

 {{{
 ------- nonfinite_num_facets.hpp -------
 144c144
 < int width = (int)strlen(prefix) + (int)strlen(body);
 ---
> int width = (int)std::strlen(prefix) + (int)std::strlen(body);

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5914#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC