[libcxx-commits] [PATCH] D70631: Microsoft's floating-point to_chars powered by Ryu and Ryu Printf

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 13 07:33:14 PST 2021


Mordante planned changes to this revision.
Mordante added inline comments.


================
Comment at: libcxx/include/xcharconv_ryu.h:1
+// -*- C++ -*-
+//===------------------ xcharconv_ryu.h internal header -------------------===//
----------------
This file needs to be renamed to a proper libc++ name.


================
Comment at: libcxx/include/xcharconv_ryu_tables.h:1
+// -*- C++ -*-
+//===--------------- xcharconv_ryu_tables.h internal header ---------------===//
----------------
This file needs to be renamed to a proper libc++ name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70631



More information about the libcxx-commits mailing list