mirror of
https://github.com/fmtlib/fmt.git
synced 2026-05-04 03:40:49 +02:00
Support alternative locale names in tests
This commit is contained in:
+1
-1
@@ -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