Skip to content

Commit 97f3a7b

Browse files
committed
Remove include guard since it's no longer necessary
1 parent e9ec733 commit 97f3a7b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

libcxx/include/optional

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ namespace std {
201201
# include <__config>
202202
# include <__cstddef/ptrdiff_t.h>
203203
# include <__exception/exception.h>
204+
# include <__format/range_format.h>
204205
# include <__functional/hash.h>
205206
# include <__functional/invoke.h>
206207
# include <__functional/unary_function.h>
@@ -250,10 +251,6 @@ namespace std {
250251
# include <initializer_list>
251252
# include <version>
252253

253-
# if _LIBCPP_STD_VER >= 26
254-
# include <__format/range_format.h>
255-
# endif
256-
257254
// standard-mandated includes
258255

259256
// [optional.syn]

0 commit comments

Comments
 (0)