[libcxx-commits] [libcxx] [libc++] Optimize num_put integral functions (PR #120859)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 15 06:39:31 PST 2025


================
@@ -911,7 +911,11 @@ module std [system] {
     module to_chars                   { header "__charconv/to_chars.h" }
     module to_chars_base_10           { header "__charconv/to_chars_base_10.h" }
     module to_chars_floating_point    { header "__charconv/to_chars_floating_point.h" }
-    module to_chars_integral          { header "__charconv/to_chars_integral.h" }
+    module to_chars_integral          {
+      header "__charconv/to_chars_integral.h"
+
----------------
ldionne wrote:

```suggestion
```

https://github.com/llvm/llvm-project/pull/120859


More information about the libcxx-commits mailing list