string: add std_locale_C
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
6c8d6f182c
commit
3dfcaf3f10
@ -247,6 +247,11 @@ namespace stdex
|
|||||||
return z;
|
return z;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
///
|
||||||
|
/// Reusable standard C++ C-locale
|
||||||
|
///
|
||||||
|
const inline std::locale std_locale_C("C");
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Find a code unit in a string case-insensitive
|
/// Find a code unit in a string case-insensitive
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user