[libcxx-commits] [PATCH] D113027: [libcxx] Remove nonstandard _FilesystemClock::{to, from}_time_t
Bogdan Graur via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 8 06:38:13 PST 2021
bgraur added a comment.
This revision removes the only available methods to convert std::chrono::file_time_type to/from anything else.
The standard says std::chrono::file_time_type::clock should have methods: to_sys() and from_sys() to convert to/from std::chrono::system_time.
Is it possible to revert this change until the standard methods are implemented?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113027/new/
https://reviews.llvm.org/D113027
More information about the libcxx-commits
mailing list