You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch Boost.Filesystem to use std::chrono/Boost.Chrono for various file timestamps. This would be an API breaking change, so there should be an option to revert to std::time_t timestamps (to be removed after some transition period). The built library must remain binary compatible with any user-selected representation of timestamps.
boostorg/log#145 is an example where higher precision timestamps would be useful.
The text was updated successfully, but these errors were encountered:
Switch Boost.Filesystem to use
std::chrono
/Boost.Chrono for various file timestamps. This would be an API breaking change, so there should be an option to revert tostd::time_t
timestamps (to be removed after some transition period). The built library must remain binary compatible with any user-selected representation of timestamps.boostorg/log#145 is an example where higher precision timestamps would be useful.
The text was updated successfully, but these errors were encountered: