moved expected include to c++23 block
This commit is contained in:
parent
601981aded
commit
961d4dd830
@ -36,9 +36,10 @@
|
|||||||
# if FMT_HAS_INCLUDE(<optional>)
|
# if FMT_HAS_INCLUDE(<optional>)
|
||||||
# include <optional>
|
# include <optional>
|
||||||
# endif
|
# endif
|
||||||
# if FMT_HAS_INCLUDE(<expected>)
|
#endif
|
||||||
# include <expected>
|
|
||||||
# endif
|
#if FMT_HAS_INCLUDE(<expected>) && FMT_CPLUSPLUS > 202002L
|
||||||
|
# include <expected>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if FMT_CPLUSPLUS > 201703L && FMT_HAS_INCLUDE(<source_location>)
|
#if FMT_CPLUSPLUS > 201703L && FMT_HAS_INCLUDE(<source_location>)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user