mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Support alternative locale names in tests
This commit is contained in:
@ -78,4 +78,4 @@ class date {
|
||||
};
|
||||
|
||||
// Returns a locale with the given name if available or classic locale othewise.
|
||||
std::locale get_locale(const char* name);
|
||||
std::locale get_locale(const char* name, const char* alt_name = nullptr);
|
||||
|
Reference in New Issue
Block a user