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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-maint
