Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2023-11-17 14:50:10 +01:00
parent bea4b5b408
commit 52d9956891
3 changed files with 364 additions and 370 deletions

View File

@ -11,7 +11,6 @@
#include <string> #include <string>
#include <vector> #include <vector>
namespace stdex namespace stdex
{ {
/// \cond internal /// \cond internal

View File

@ -64,7 +64,7 @@ namespace stdex
#endif #endif
/// ///
/// Reusable C locale /// Reusable C-locale
/// ///
const locale locale_C(create_locale(LC_ALL, "C")); const inline locale locale_C(create_locale(LC_ALL, "C"));
} }

File diff suppressed because it is too large Load Diff