We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2019fc commit 23e2a04Copy full SHA for 23e2a04
libcxx/include/__format/formatter_floating_point.h
@@ -23,6 +23,7 @@
23
#include <__concepts/arithmetic.h>
24
#include <__concepts/same_as.h>
25
#include <__config>
26
+#include <__cstddef/ptrdiff_t.h>
27
#include <__format/concepts.h>
28
#include <__format/format_parse_context.h>
29
#include <__format/formatter.h>
@@ -36,7 +37,6 @@
36
37
#include <__utility/move.h>
38
#include <__utility/unreachable.h>
39
#include <cmath>
-#include <cstddef/ptrdiff_t.h>
40
41
#ifndef _LIBCPP_HAS_NO_LOCALIZATION
42
# include <__locale>
0 commit comments