This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
locale: use nullptr as default locale on Windows too
Since stdex::locale_default is inline, it is initialized by the first module referencing it. Not necessarily compiled with the same _CONSOLE definition as other modules. This makes the default locale fluid. Signed-off-by: Simon Rozman <[email protected]>
- Loading branch information