sl@0: #if !defined(_STLP_NO_IMPORT_LOCALE) sl@0: sl@0: // from sl@0: #if !defined (_STLP_NO_MBSTATE_T) sl@0: using _STLP_VENDOR_MB_NAMESPACE::mbstate_t; sl@0: #endif sl@0: sl@0: // _lib.locale_, locale: sl@0: using _STLP_NEW_IO_NAMESPACE::locale; sl@0: using _STLP_NEW_IO_NAMESPACE::use_facet; sl@0: using _STLP_NEW_IO_NAMESPACE::has_facet; sl@0: sl@0: // _lib.locale.convenience_, convenience interfaces: sl@0: using _STLP_NEW_IO_NAMESPACE::isspace; sl@0: using _STLP_NEW_IO_NAMESPACE::isprint; sl@0: using _STLP_NEW_IO_NAMESPACE::iscntrl; sl@0: using _STLP_NEW_IO_NAMESPACE::isupper; sl@0: using _STLP_NEW_IO_NAMESPACE::islower; sl@0: using _STLP_NEW_IO_NAMESPACE::isalpha; sl@0: using _STLP_NEW_IO_NAMESPACE::isdigit; sl@0: using _STLP_NEW_IO_NAMESPACE::ispunct; sl@0: using _STLP_NEW_IO_NAMESPACE::isxdigit; sl@0: using _STLP_NEW_IO_NAMESPACE::isalnum; sl@0: using _STLP_NEW_IO_NAMESPACE::isgraph; sl@0: using _STLP_NEW_IO_NAMESPACE::toupper; sl@0: using _STLP_NEW_IO_NAMESPACE::tolower; sl@0: sl@0: // _lib.category.ctype_ and _lib.facet.ctype.special_, ctype: sl@0: using _STLP_NEW_IO_NAMESPACE::ctype_base; sl@0: using _STLP_NEW_IO_NAMESPACE::ctype; sl@0: using _STLP_NEW_IO_NAMESPACE::ctype_byname; sl@0: using _STLP_NEW_IO_NAMESPACE::codecvt_base; sl@0: using _STLP_NEW_IO_NAMESPACE::codecvt; sl@0: using _STLP_NEW_IO_NAMESPACE::codecvt_byname; sl@0: sl@0: // _lib.category.numeric_ and _lib.facet.numpunct_, numeric: sl@0: using _STLP_NEW_IO_NAMESPACE::num_get; sl@0: using _STLP_NEW_IO_NAMESPACE::num_put; sl@0: using _STLP_NEW_IO_NAMESPACE::numpunct; sl@0: using _STLP_NEW_IO_NAMESPACE::numpunct_byname; sl@0: sl@0: // _lib.category.collate_, collation: sl@0: using _STLP_NEW_IO_NAMESPACE::collate; sl@0: using _STLP_NEW_IO_NAMESPACE::collate_byname; sl@0: sl@0: // _lib.category.time_, date and time: sl@0: using _STLP_NEW_IO_NAMESPACE::time_base; sl@0: using _STLP_NEW_IO_NAMESPACE::time_get; sl@0: using _STLP_NEW_IO_NAMESPACE::time_get_byname; sl@0: using _STLP_NEW_IO_NAMESPACE::time_put; sl@0: using _STLP_NEW_IO_NAMESPACE::time_put_byname; sl@0: sl@0: // _lib.category.monetary_, money: sl@0: using _STLP_NEW_IO_NAMESPACE::money_base; sl@0: using _STLP_NEW_IO_NAMESPACE::money_get; sl@0: using _STLP_NEW_IO_NAMESPACE::money_put; sl@0: using _STLP_NEW_IO_NAMESPACE::moneypunct; sl@0: using _STLP_NEW_IO_NAMESPACE::moneypunct_byname; sl@0: sl@0: #if !defined (_STLP_OWN_IOSTREAMS) && !defined (_STLP_NO_NATIVE_MESSAGE_FACET) sl@0: using _STLP_NEW_IO_NAMESPACE::messages_base; sl@0: using _STLP_NEW_IO_NAMESPACE::messages; sl@0: using _STLP_NEW_IO_NAMESPACE::messages_byname; sl@0: #endif // _MSL_NO_MESSAGE_FACET sl@0: #endif /* !defined(_STLP_NO_IMPORT_LOCALE) */