[PATCH] D49774: [libc++] Use __int128_t to represent file_time_type.

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 24 21:59:22 PDT 2018


EricWF added a comment.

In https://reviews.llvm.org/D49774#1174565, @mclow.lists wrote:

> I haven't reviewed this closely, but you might want to look at http://wg21.link/P0355, where we added a `file_clock` and `file_time` types.


Thanks for the information. It doesn't look to have too much bearing on this from a design standpoint. Except to note that it seems to solve
the streaming problem by adding explicit streaming overload for time points.


Repository:
  rCXX libc++

https://reviews.llvm.org/D49774





More information about the cfe-commits mailing list