Boost logo

Boost-Maint :

Subject: [Boost-maint] Pull request for DateTime (minor comment fix)
From: Denis Mingulov (denis_at_[hidden])
Date: 2014-03-24 03:02:07


Hi,

I would like to announce for review/comments a pull request for DateTime:

https://github.com/boostorg/date_time/pull/8

It is a minor comments only fix at c_time.hpp.

===
#else/#endif comments are updated accordingly to the used condition

Fixed incorrect comments for the condition at the next line:
  #if defined(BOOST_DATE_TIME_HAS_REENTRANT_STD_FUNCTIONS)
There were later:
    #else // BOOST_HAS_THREADS
    #endif // BOOST_HAS_THREADS
It prevented a proper fast undesrstanding of the source.
===

(I have found it during some bug investigation on non-POSIX compatible
system)

Any feedback is welcome.

-- 
Best Regards,
Denis Mingulov

Boost-Maint list run by bdawes at acm dot org