Skip to content

Commit

Permalink
Fix typo in fmt.h before I forget about it...
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlipe committed Nov 3, 2023
1 parent 0c648f5 commit 0857ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ namespace std
using fmt::vformat_to;
} ;

// It's present everywhere else, right?
#elif __has_include(<format.h>)
// Fallback to the system version.
#elif __has_include(<format>)
# include <format.h>
#else
# warning "There is no <format.h>"
Expand Down

0 comments on commit 0857ec0

Please sign in to comment.