Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libcxx / modules / std / spanstream.inc
blobe6383a185e07989e917a7d5f7269a7e177fd81c5
1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
3 //
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
7 //
8 //===----------------------------------------------------------------------===//
10 export namespace std {
11 #if 0
12   using std::basic_spanbuf;
14   using std::swap;
16   using std::spanbuf;
17 #  ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
18   using std::wspanbuf;
19 #  endif
21   using std::basic_ispanstream;
23   using std::ispanstream;
24 #  ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
25   using std::wispanstream;
26 #  endif
28   using std::basic_ospanstream;
30   using std::ospanstream;
31 #  ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
32   using std::wospanstream;
33 #  endif
35   using std::basic_spanstream;
37   using std::spanstream;
38 #  ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
39   using std::wspanstream;
40 #  endif
41 #endif
42 } // namespace std