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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 18 15:52:58 PDT 2023


philnik accepted this revision.
philnik added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/include/ratio:43
 // convenience SI typedefs
+using quecto = ratio <1 , 1'000'000'000'000'000'000'000'000'000'000>; // Since C++26 not supported
+using ronto = ratio <1 , 1'000'000'000'000'000'000'000'000'000>;      // Since C++26 not supported
----------------
Otherwise this is really confusing.


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