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 e9ec733 commit 97f3a7bCopy full SHA for 97f3a7b
libcxx/include/optional
@@ -201,6 +201,7 @@ 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,10 +251,6 @@ namespace std {
250
251
# include <initializer_list>
252
# include <version>
253
-# if _LIBCPP_STD_VER >= 26
254
-# include <__format/range_format.h>
255
-# endif
256
-
257
// standard-mandated includes
258
259
// [optional.syn]
0 commit comments