Re: [Boost-bugs] [Boost C++ Libraries] #2956: vxWorks POSIX quirks for date_time

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2956: vxWorks POSIX quirks for date_time
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-12-02 08:58:48


#2956: vxWorks POSIX quirks for date_time
-----------------------------------------------------------+----------------
  Reporter: Dustin Spicuzza <dustin@…> | Owner: az_sw_dude
      Type: Patches | Status: new
 Milestone: Boost 1.39.0 | Component: date_time
   Version: Boost 1.38.0 | Severity: Showstopper
Resolution: | Keywords:
-----------------------------------------------------------+----------------

Comment (by viboes):

 I see a possible problem with this patch.

 Adding a new config macro need to provide a test also. I gues we can
 change

 {{{
         result = localtime_r(t, result);
 }}}

 by

 {{{
         (void)localtime_r(t, result);
 }}}

 without too much trouble

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2956#comment:3>
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:04 UTC