[llvm-dev] [cfe-dev] Filesystem has Landed in Libc++

Howard Hinnant via llvm-dev llvm-dev at lists.llvm.org
Sat Aug 11 08:08:46 PDT 2018


On Aug 10, 2018, at 11:47 PM, James Y Knight <jyknight at google.com> wrote:
> 
> Btrfs stores 64-bit sec, and 32-bit nsec on disk, and you can set and get it fine on linux.

A 128 bit time_point seems like a good way to model those platforms that can mount Btrfs.  A 128 bit time_point does not seem like a good way to model those platforms which can only support 64 bit time stamps.

The authors of a std::lib should write non-portable code so that I don’t have to.

Howard

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180811/6e9603ac/attachment.sig>


More information about the llvm-dev mailing list