// Initialization of the locale system. This must be called before // any locales are constructed. (Meaning that it must be called when // the I/O library itself is initialized.) void _STLP_CALL _Locale_impl::_S_initialize() { _Stl_loc_assign_ids(); make_classic_locale(); }
// Initialization of the locale system. This must be called before // any locales are constructed. (Meaning that it must be called when // the I/O library itself is initialized.) void _STLP_CALL locale::_S_initialize() { _Stl_loc_assign_ids(); _Stl_loc_global_impl = _Locale_impl::make_classic_locale(); }