[libcxx-commits] [PATCH] D113027: [libcxx] Remove nonstandard _FilesystemClock::{to, from}_time_t
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 11 12:19:29 PST 2021
mstorsjo added a comment.
In D113027#3115431 <https://reviews.llvm.org/D113027#3115431>, @bgraur wrote:
> 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?
https://reviews.llvm.org/D113430 landed now, which should have implemented the standard methods instead.
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