string: add std_locale_C

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2023-11-17 14:57:06 +01:00
parent 6c8d6f182c
commit 3dfcaf3f10

View File

@ -247,6 +247,11 @@ namespace stdex
return z;
}
///
/// Reusable standard C++ C-locale
///
const inline std::locale std_locale_C("C");
///
/// Find a code unit in a string case-insensitive
///