[libcxx-commits] [libcxx] 23e2a04 - [libc++] Fix dumb typo

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 1 06:43:28 PDT 2024


Author: Louis Dionne
Date: 2024-11-01T09:43:24-04:00
New Revision: 23e2a0415dffde31833c0555add205919b562e2a

URL: https://github.com/llvm/llvm-project/commit/23e2a0415dffde31833c0555add205919b562e2a
DIFF: https://github.com/llvm/llvm-project/commit/23e2a0415dffde31833c0555add205919b562e2a.diff

LOG: [libc++] Fix dumb typo

Added: 
    

Modified: 
    libcxx/include/__format/formatter_floating_point.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__format/formatter_floating_point.h b/libcxx/include/__format/formatter_floating_point.h
index a9cdfac8cb4c4c..90720a5098f0f8 100644
--- a/libcxx/include/__format/formatter_floating_point.h
+++ b/libcxx/include/__format/formatter_floating_point.h
@@ -23,6 +23,7 @@
 #include <__concepts/arithmetic.h>
 #include <__concepts/same_as.h>
 #include <__config>
+#include <__cstddef/ptr
diff _t.h>
 #include <__format/concepts.h>
 #include <__format/format_parse_context.h>
 #include <__format/formatter.h>
@@ -36,7 +37,6 @@
 #include <__utility/move.h>
 #include <__utility/unreachable.h>
 #include <cmath>
-#include <cstddef/ptr
diff _t.h>
 
 #ifndef _LIBCPP_HAS_NO_LOCALIZATION
 #  include <__locale>


        


More information about the libcxx-commits mailing list