Skip to content

Commit

Permalink
Enable Unicode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed May 11, 2024
1 parent 8db8f22 commit 1dc71f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ import std;
#endif

#ifndef FMT_UNICODE
# define FMT_UNICODE !FMT_MSC_VERSION
# define FMT_UNICODE 1
#endif

#define FMT_FWD(...) static_cast<decltype(__VA_ARGS__)&&>(__VA_ARGS__)
Expand Down

0 comments on commit 1dc71f2

Please sign in to comment.