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 4ac10bf commit 64909e9Copy full SHA for 64909e9
libcxx/include/optional
@@ -201,7 +201,6 @@ namespace std {
201
# include <__config>
202
# include <__cstddef/ptrdiff_t.h>
203
# include <__exception/exception.h>
204
-# include <__format/range_format.h>
205
# include <__functional/hash.h>
206
# include <__functional/invoke.h>
207
# include <__functional/unary_function.h>
@@ -250,6 +249,10 @@ namespace std {
250
249
# include <initializer_list>
251
# include <version>
252
+# if _LIBCPP_STD_VER >= 26
253
+# include <__format/range_format.h>
254
+# endif
255
+
256
// standard-mandated includes
257
258
// [optional.syn]
0 commit comments