| //===----------------------------------------------------------------------===// |
| // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |
| // See https://llvm.org/LICENSE.txt for license information. |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| //===----------------------------------------------------------------------===// |
| #if _LIBCPP_HAS_LOCALIZATION |
| // based on [tab:fpos.operations] |
| using std::operator!=; // Note not affected by P1614, seems like a bug. |
| // [std.ios.manip], manipulators |
| // [adjustfield.manip], adjustfield |
| // [basefield.manip], basefield |
| // [floatfield.manip], floatfield |
| // [error.reporting], error reporting |
| using std::iostream_category; |
| using std::is_error_code_enum; |
| using std::make_error_code; |
| using std::make_error_condition; |
| # if _LIBCPP_HAS_WIDE_CHARACTERS |
| #endif // _LIBCPP_HAS_LOCALIZATION |