Re: [Boost-bugs] [Boost C++ Libraries] #3334: use of secure gmtime_s and localtime_s for vs2005 and up.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3334: use of secure gmtime_s and localtime_s for vs2005 and up.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-09-18 20:10:31


#3334: use of secure gmtime_s and localtime_s for vs2005 and up.
-------------------------------+--------------------------------------------
 Reporter: courteau@… | Owner: az_sw_dude
     Type: Patches | Status: new
Milestone: Boost 1.40.0 | Component: date_time
  Version: Boost 1.39.0 | Severity: Problem
 Keywords: gmtime, localtime |
-------------------------------+--------------------------------------------

Comment(by andysem):

 The secure versions are _not_ similar to reentrant functions on UNIX.
 While reentrant functions on UNIX are necessary for multithreaded
 applications, this is not the case on Windows as the standard localtime
 and gmtime functions are already thread-safe there. Thus I don't see much
 benefit in complicating the code by supporting these nonstandard
 extensions.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3334#comment:2>
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:01 UTC