[libcxx-commits] [PATCH] D153200: [libc++] "Implements" new SI prefixis.

H. Vetinari via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 19 00:25:45 PDT 2023


h-vetinari added inline comments.


================
Comment at: libcxx/include/ratio:65
 typedef ratio<1000000000000000000000000, 1> yotta;  // not supported
+using ronna = ratio <1'000'000'000'000'000'000'000'000'000' 1>;      // Since C++26 not supported
+using quetta = ratio <1'000'000'000'000'000'000'000'000'000'000, 1>; // Since C++26 not supported
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153200/new/

https://reviews.llvm.org/D153200



More information about the libcxx-commits mailing list