2 //===----------------------------------------------------------------------===//
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // See https://llvm.org/LICENSE.txt for license information.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
10 export namespace std {
11 #if _LIBCPP_HAS_LOCALIZATION
13 // based on [tab:fpos.operations]
14 using std::operator!=; // Note not affected by P1614, seems like a bug.
16 using std::operator==;
19 using std::streamsize;
24 // [std.ios.manip], manipulators
26 using std::noboolalpha;
28 using std::noshowbase;
31 using std::noshowpoint;
40 using std::nouppercase;
46 // [adjustfield.manip], adjustfield
51 // [basefield.manip], basefield
56 // [floatfield.manip], floatfield
57 using std::defaultfloat;
60 using std::scientific;
62 // [error.reporting], error reporting
65 using std::iostream_category;
66 using std::is_error_code_enum;
67 using std::make_error_code;
68 using std::make_error_condition;
72 # if _LIBCPP_HAS_WIDE_CHARACTERS
75 #endif // _LIBCPP_HAS_LOCALIZATION