libstdc++ on linux doesn't provide it; I'm a bit unsure how to navigate all the overloads in the documentation to see whether it really is mandated or not.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This LGTM cause we're not supposed to provide to_time_t for the filesystem clock, but @mstorsjo would you mind trying to remove to_time_t from _FilesystemClock completely to see if that breaks anything serious?
I think you're right, it's only specified as a member of system_clock. @EricWF is there a reason why you provided it to_time_t for your _FilesystemClock?