[Boost-bugs] [Boost C++ Libraries] #12034: missing qualifier for sprintf in numeric/odeint/integrate/max_step_checker.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #12034: missing qualifier for sprintf in numeric/odeint/integrate/max_step_checker.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-03-01 03:45:50


#12034: missing qualifier for sprintf in
numeric/odeint/integrate/max_step_checker.hpp
-------------------------------------------+---------------------
 Reporter: Aparna Kumta <aparna.kumta@…> | Owner: karsten
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: odeint
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------------+---------------------
 Compiling libs/numeric/odeint/test/stepper_with_units.cpp and several
 other tests with Oracle Solaris Studio 12.5 we see the following error:

 "../boost/numeric/odeint/integrate/max_step_checker.hpp", line 72: Error:
 The function "sprintf" must have a prototype.
 "../boost/numeric/odeint/integrate/max_step_checker.hpp", line 104: Error:
 The function "sprintf" must have a prototype.

 sprintf needs to be qualified with std::

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12034>
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:19 UTC