karellen-llvm-core 22.1.0rc1.post26__py3-none-manylinux_2_28_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of karellen-llvm-core might be problematic. Click here for more details.
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libLLVM.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libLTO.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libRemarks.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.modules.json +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.so +1 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++abi.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libunwind.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/algorithm.inc +624 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/any.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/array.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/atomic.inc +141 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/barrier.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/bit.inc +38 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/bitset.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cassert.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cctype.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cerrno.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cfenv.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cfloat.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/charconv.inc +34 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/chrono.inc +306 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cinttypes.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/climits.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/clocale.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cmath.inc +376 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/codecvt.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/compare.inc +51 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/complex.inc +78 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/concepts.inc +96 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/condition_variable.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/coroutine.inc +33 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/csetjmp.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/csignal.inc +18 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdarg.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstddef.inc +31 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdint.inc +50 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdio.inc +60 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdlib.inc +71 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstring.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ctime.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cuchar.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cwchar.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cwctype.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/deque.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/exception.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/execution.inc +36 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/expected.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/filesystem.inc +121 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/flat_map.inc +31 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/flat_set.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/format.inc +84 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/forward_list.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/fstream.inc +44 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/functional.inc +124 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/future.inc +55 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/generator.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/hazard_pointer.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/initializer_list.inc +16 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iomanip.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ios.inc +76 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iosfwd.inc +40 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iostream.inc +24 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/istream.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iterator.inc +244 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/latch.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/limits.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/list.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/locale.inc +81 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/map.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/mdspan.inc +39 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/memory.inc +215 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/memory_resource.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/mutex.inc +44 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/new.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/numbers.inc +38 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/numeric.inc +71 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/optional.inc +47 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ostream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/print.inc +21 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/queue.inc +27 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/random.inc +115 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ranges.inc +370 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ratio.inc +58 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/rcu.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/regex.inc +117 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/scoped_allocator.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/semaphore.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/set.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/shared_mutex.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/source_location.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/span.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/spanstream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/sstream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stack.inc +24 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stacktrace.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stdexcept.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stdfloat.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stop_token.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/streambuf.inc +18 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/string.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/string_view.inc +46 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/strstream.inc +19 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/syncstream.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/system_error.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/text_encoding.inc +19 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/thread.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/tuple.inc +55 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/type_traits.inc +344 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/typeindex.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/typeinfo.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/unordered_map.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/unordered_set.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/utility.inc +99 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/valarray.inc +68 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/variant.inc +49 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/vector.inc +34 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/version.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cassert.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cctype.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cerrno.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cfenv.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cfloat.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cinttypes.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/climits.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/clocale.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cmath.inc +268 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/csetjmp.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/csignal.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdarg.inc +10 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstddef.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdint.inc +50 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdio.inc +61 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdlib.inc +72 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstring.inc +36 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/ctime.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cuchar.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cwchar.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cwctype.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat.cppm +108 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.cppm +280 -0
- karellen_llvm_core-22.1.0rc1.post26.data/purelib/karellen_llvm_core-22.1.0rc1.post26.pth +1 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/METADATA +36 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/RECORD +149 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/WHEEL +5 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/axle.lck +0 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/namespace_packages.txt +1 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/symlinks.txt +9 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
using std::streampos;
|
|
12
|
+
#if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
13
|
+
using std::wstreampos;
|
|
14
|
+
#endif
|
|
15
|
+
using std::u16streampos;
|
|
16
|
+
using std::u32streampos;
|
|
17
|
+
#if _LIBCPP_HAS_CHAR8_T
|
|
18
|
+
using std::u8streampos;
|
|
19
|
+
#endif
|
|
20
|
+
|
|
21
|
+
#if _LIBCPP_HAS_EXPERIMENTAL_SYNCSTREAM
|
|
22
|
+
using std::basic_osyncstream;
|
|
23
|
+
using std::basic_syncbuf;
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
using std::istreambuf_iterator;
|
|
27
|
+
using std::ostreambuf_iterator;
|
|
28
|
+
|
|
29
|
+
#if _LIBCPP_HAS_EXPERIMENTAL_SYNCSTREAM
|
|
30
|
+
using std::osyncstream;
|
|
31
|
+
using std::syncbuf;
|
|
32
|
+
|
|
33
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
34
|
+
using std::wosyncstream;
|
|
35
|
+
using std::wsyncbuf;
|
|
36
|
+
# endif
|
|
37
|
+
#endif // _LIBCPP_HAS_EXPERIMENTAL_SYNCSTREAM
|
|
38
|
+
|
|
39
|
+
using std::fpos;
|
|
40
|
+
} // namespace std
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
#if _LIBCPP_HAS_LOCALIZATION
|
|
12
|
+
using std::cerr;
|
|
13
|
+
using std::cin;
|
|
14
|
+
using std::clog;
|
|
15
|
+
using std::cout;
|
|
16
|
+
|
|
17
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
18
|
+
using std::wcerr;
|
|
19
|
+
using std::wcin;
|
|
20
|
+
using std::wclog;
|
|
21
|
+
using std::wcout;
|
|
22
|
+
# endif
|
|
23
|
+
#endif // _LIBCPP_HAS_LOCALIZATION
|
|
24
|
+
} // namespace std
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
#if _LIBCPP_HAS_LOCALIZATION
|
|
12
|
+
using std::basic_istream;
|
|
13
|
+
|
|
14
|
+
using std::istream;
|
|
15
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
16
|
+
using std::wistream;
|
|
17
|
+
# endif
|
|
18
|
+
|
|
19
|
+
using std::basic_iostream;
|
|
20
|
+
|
|
21
|
+
using std::iostream;
|
|
22
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
23
|
+
using std::wiostream;
|
|
24
|
+
# endif
|
|
25
|
+
|
|
26
|
+
using std::ws;
|
|
27
|
+
|
|
28
|
+
using std::operator>>;
|
|
29
|
+
#endif // _LIBCPP_HAS_LOCALIZATION
|
|
30
|
+
} // namespace std
|
|
@@ -0,0 +1,244 @@
|
|
|
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
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
// [iterator.assoc.types], associated types
|
|
12
|
+
// [incrementable.traits], incrementable traits
|
|
13
|
+
using std::incrementable_traits;
|
|
14
|
+
using std::iter_difference_t;
|
|
15
|
+
|
|
16
|
+
using std::indirectly_readable_traits;
|
|
17
|
+
using std::iter_value_t;
|
|
18
|
+
|
|
19
|
+
// [iterator.traits], iterator traits
|
|
20
|
+
using std::iterator_traits;
|
|
21
|
+
|
|
22
|
+
using std::iter_reference_t;
|
|
23
|
+
|
|
24
|
+
namespace ranges {
|
|
25
|
+
// [iterator.cust], customization point objects
|
|
26
|
+
inline namespace __cpo {
|
|
27
|
+
// [iterator.cust.move], ranges::iter_move
|
|
28
|
+
using std::ranges::__cpo::iter_move;
|
|
29
|
+
|
|
30
|
+
// [iterator.cust.swap], ranges::iter_swap
|
|
31
|
+
using std::ranges::__cpo::iter_swap;
|
|
32
|
+
} // namespace __cpo
|
|
33
|
+
} // namespace ranges
|
|
34
|
+
|
|
35
|
+
using std::iter_rvalue_reference_t;
|
|
36
|
+
|
|
37
|
+
// [iterator.concepts], iterator concepts
|
|
38
|
+
// [iterator.concept.readable], concept indirectly_readable
|
|
39
|
+
using std::indirectly_readable;
|
|
40
|
+
|
|
41
|
+
using std::iter_common_reference_t;
|
|
42
|
+
|
|
43
|
+
// [iterator.concept.writable], concept indirectly_writable
|
|
44
|
+
using std::indirectly_writable;
|
|
45
|
+
|
|
46
|
+
// [iterator.concept.winc], concept weakly_incrementable
|
|
47
|
+
using std::weakly_incrementable;
|
|
48
|
+
|
|
49
|
+
// [iterator.concept.inc], concept incrementable
|
|
50
|
+
using std::incrementable;
|
|
51
|
+
|
|
52
|
+
// [iterator.concept.iterator], concept input_or_output_iterator
|
|
53
|
+
using std::input_or_output_iterator;
|
|
54
|
+
|
|
55
|
+
// [iterator.concept.sentinel], concept sentinel_for
|
|
56
|
+
using std::sentinel_for;
|
|
57
|
+
|
|
58
|
+
// [iterator.concept.sizedsentinel], concept sized_sentinel_for
|
|
59
|
+
using std::disable_sized_sentinel_for;
|
|
60
|
+
|
|
61
|
+
using std::sized_sentinel_for;
|
|
62
|
+
|
|
63
|
+
// [iterator.concept.input], concept input_iterator
|
|
64
|
+
using std::input_iterator;
|
|
65
|
+
|
|
66
|
+
// [iterator.concept.output], concept output_iterator
|
|
67
|
+
using std::output_iterator;
|
|
68
|
+
|
|
69
|
+
// [iterator.concept.forward], concept forward_iterator
|
|
70
|
+
using std::forward_iterator;
|
|
71
|
+
|
|
72
|
+
// [iterator.concept.bidir], concept bidirectional_iterator
|
|
73
|
+
using std::bidirectional_iterator;
|
|
74
|
+
|
|
75
|
+
// [iterator.concept.random.access], concept random_access_iterator
|
|
76
|
+
using std::random_access_iterator;
|
|
77
|
+
|
|
78
|
+
// [iterator.concept.contiguous], concept contiguous_iterator
|
|
79
|
+
using std::contiguous_iterator;
|
|
80
|
+
|
|
81
|
+
// [indirectcallable], indirect callable requirements
|
|
82
|
+
// [indirectcallable.indirectinvocable], indirect callables
|
|
83
|
+
using std::indirectly_unary_invocable;
|
|
84
|
+
|
|
85
|
+
using std::indirectly_regular_unary_invocable;
|
|
86
|
+
|
|
87
|
+
using std::indirect_unary_predicate;
|
|
88
|
+
|
|
89
|
+
using std::indirect_binary_predicate;
|
|
90
|
+
|
|
91
|
+
using std::indirect_equivalence_relation;
|
|
92
|
+
|
|
93
|
+
using std::indirect_strict_weak_order;
|
|
94
|
+
|
|
95
|
+
using std::indirect_result_t;
|
|
96
|
+
|
|
97
|
+
// [projected], projected
|
|
98
|
+
using std::projected;
|
|
99
|
+
|
|
100
|
+
// [alg.req], common algorithm requirements
|
|
101
|
+
// [alg.req.ind.move], concept indirectly_movable
|
|
102
|
+
using std::indirectly_movable;
|
|
103
|
+
|
|
104
|
+
using std::indirectly_movable_storable;
|
|
105
|
+
|
|
106
|
+
// [alg.req.ind.copy], concept indirectly_copyable
|
|
107
|
+
using std::indirectly_copyable;
|
|
108
|
+
|
|
109
|
+
using std::indirectly_copyable_storable;
|
|
110
|
+
|
|
111
|
+
// [alg.req.ind.swap], concept indirectly_swappable
|
|
112
|
+
using std::indirectly_swappable;
|
|
113
|
+
|
|
114
|
+
// [alg.req.ind.cmp], concept indirectly_comparable
|
|
115
|
+
using std::indirectly_comparable;
|
|
116
|
+
|
|
117
|
+
// [alg.req.permutable], concept permutable
|
|
118
|
+
using std::permutable;
|
|
119
|
+
|
|
120
|
+
// [alg.req.mergeable], concept mergeable
|
|
121
|
+
using std::mergeable;
|
|
122
|
+
|
|
123
|
+
// [alg.req.sortable], concept sortable
|
|
124
|
+
using std::sortable;
|
|
125
|
+
|
|
126
|
+
// [iterator.primitives], primitives
|
|
127
|
+
// [std.iterator.tags], iterator tags
|
|
128
|
+
using std::bidirectional_iterator_tag;
|
|
129
|
+
using std::contiguous_iterator_tag;
|
|
130
|
+
using std::forward_iterator_tag;
|
|
131
|
+
using std::input_iterator_tag;
|
|
132
|
+
using std::output_iterator_tag;
|
|
133
|
+
using std::random_access_iterator_tag;
|
|
134
|
+
|
|
135
|
+
// [iterator.operations], iterator operations
|
|
136
|
+
using std::advance;
|
|
137
|
+
using std::distance;
|
|
138
|
+
using std::next;
|
|
139
|
+
using std::prev;
|
|
140
|
+
|
|
141
|
+
// [range.iter.ops], range iterator operations
|
|
142
|
+
namespace ranges {
|
|
143
|
+
// [range.iter.op.advance], ranges::advance
|
|
144
|
+
using std::ranges::advance;
|
|
145
|
+
|
|
146
|
+
// [range.iter.op.distance], ranges::distance
|
|
147
|
+
using std::ranges::distance;
|
|
148
|
+
|
|
149
|
+
// [range.iter.op.next], ranges::next
|
|
150
|
+
using std::ranges::next;
|
|
151
|
+
|
|
152
|
+
// [range.iter.op.prev], ranges::prev
|
|
153
|
+
using std::ranges::prev;
|
|
154
|
+
} // namespace ranges
|
|
155
|
+
|
|
156
|
+
// [predef.iterators], predefined iterators and sentinels
|
|
157
|
+
// [reverse.iterators], reverse iterators
|
|
158
|
+
using std::reverse_iterator;
|
|
159
|
+
|
|
160
|
+
using std::operator==;
|
|
161
|
+
using std::operator!=;
|
|
162
|
+
using std::operator<;
|
|
163
|
+
using std::operator>;
|
|
164
|
+
using std::operator<=;
|
|
165
|
+
using std::operator>=;
|
|
166
|
+
using std::operator<=>;
|
|
167
|
+
|
|
168
|
+
using std::operator-;
|
|
169
|
+
using std::operator+;
|
|
170
|
+
|
|
171
|
+
using std::make_reverse_iterator;
|
|
172
|
+
|
|
173
|
+
// using std::disable_sized_sentinel_for;
|
|
174
|
+
|
|
175
|
+
// [insert.iterators], insert iterators
|
|
176
|
+
using std::back_insert_iterator;
|
|
177
|
+
using std::back_inserter;
|
|
178
|
+
|
|
179
|
+
using std::front_insert_iterator;
|
|
180
|
+
using std::front_inserter;
|
|
181
|
+
|
|
182
|
+
using std::insert_iterator;
|
|
183
|
+
using std::inserter;
|
|
184
|
+
|
|
185
|
+
// [const.iterators], constant iterators and sentinels
|
|
186
|
+
// [const.iterators.alias], alias templates
|
|
187
|
+
// using std::const_iterator;
|
|
188
|
+
// using std::const_sentinel;
|
|
189
|
+
// using std::iter_const_reference_t;
|
|
190
|
+
|
|
191
|
+
// [const.iterators.iterator], class template basic_const_iterator
|
|
192
|
+
// using std::basic_const_iterator;
|
|
193
|
+
|
|
194
|
+
// using std::common_type;
|
|
195
|
+
|
|
196
|
+
// using std::make_const_iterator;
|
|
197
|
+
|
|
198
|
+
// [move.iterators], move iterators and sentinels
|
|
199
|
+
using std::move_iterator;
|
|
200
|
+
|
|
201
|
+
using std::make_move_iterator;
|
|
202
|
+
|
|
203
|
+
using std::move_sentinel;
|
|
204
|
+
|
|
205
|
+
using std::common_iterator;
|
|
206
|
+
|
|
207
|
+
// [default.sentinel], default sentinel
|
|
208
|
+
using std::default_sentinel;
|
|
209
|
+
using std::default_sentinel_t;
|
|
210
|
+
|
|
211
|
+
// [iterators.counted], counted iterators
|
|
212
|
+
using std::counted_iterator;
|
|
213
|
+
|
|
214
|
+
// [unreachable.sentinel], unreachable sentinel
|
|
215
|
+
using std::unreachable_sentinel;
|
|
216
|
+
using std::unreachable_sentinel_t;
|
|
217
|
+
|
|
218
|
+
// [stream.iterators], stream iterators
|
|
219
|
+
using std::istream_iterator;
|
|
220
|
+
|
|
221
|
+
using std::ostream_iterator;
|
|
222
|
+
|
|
223
|
+
using std::istreambuf_iterator;
|
|
224
|
+
using std::ostreambuf_iterator;
|
|
225
|
+
|
|
226
|
+
// [iterator.range], range access
|
|
227
|
+
using std::begin;
|
|
228
|
+
using std::cbegin;
|
|
229
|
+
using std::cend;
|
|
230
|
+
using std::crbegin;
|
|
231
|
+
using std::crend;
|
|
232
|
+
using std::end;
|
|
233
|
+
using std::rbegin;
|
|
234
|
+
using std::rend;
|
|
235
|
+
|
|
236
|
+
using std::empty;
|
|
237
|
+
using std::size;
|
|
238
|
+
using std::ssize;
|
|
239
|
+
|
|
240
|
+
using std::data;
|
|
241
|
+
|
|
242
|
+
// [depr.iterator]
|
|
243
|
+
using std::iterator;
|
|
244
|
+
} // namespace std
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
#if _LIBCPP_HAS_THREADS
|
|
12
|
+
using std::latch;
|
|
13
|
+
#endif // _LIBCPP_HAS_THREADS
|
|
14
|
+
} // namespace std
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
// [fp.style], floating-point type properties
|
|
12
|
+
using std::float_denorm_style;
|
|
13
|
+
using std::float_round_style;
|
|
14
|
+
|
|
15
|
+
// [numeric.limits], class template numeric_limits
|
|
16
|
+
using std::numeric_limits;
|
|
17
|
+
} // namespace std
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
// [list], class template list
|
|
12
|
+
using std::list;
|
|
13
|
+
|
|
14
|
+
using std::operator==;
|
|
15
|
+
using std::operator<=>;
|
|
16
|
+
|
|
17
|
+
using std::swap;
|
|
18
|
+
|
|
19
|
+
// [list.erasure], erasure
|
|
20
|
+
using std::erase;
|
|
21
|
+
using std::erase_if;
|
|
22
|
+
|
|
23
|
+
namespace pmr {
|
|
24
|
+
using std::pmr::list;
|
|
25
|
+
}
|
|
26
|
+
} // namespace std
|
|
@@ -0,0 +1,81 @@
|
|
|
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
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
#if _LIBCPP_HAS_LOCALIZATION
|
|
12
|
+
// [locale], locale
|
|
13
|
+
using std::has_facet;
|
|
14
|
+
using std::locale;
|
|
15
|
+
using std::use_facet;
|
|
16
|
+
|
|
17
|
+
// [locale.convenience], convenience interfaces
|
|
18
|
+
using std::isalnum;
|
|
19
|
+
using std::isalpha;
|
|
20
|
+
using std::isblank;
|
|
21
|
+
using std::iscntrl;
|
|
22
|
+
using std::isdigit;
|
|
23
|
+
using std::isgraph;
|
|
24
|
+
using std::islower;
|
|
25
|
+
using std::isprint;
|
|
26
|
+
using std::ispunct;
|
|
27
|
+
using std::isspace;
|
|
28
|
+
using std::isupper;
|
|
29
|
+
using std::isxdigit;
|
|
30
|
+
using std::tolower;
|
|
31
|
+
using std::toupper;
|
|
32
|
+
|
|
33
|
+
// [category.ctype], ctype
|
|
34
|
+
using std::codecvt;
|
|
35
|
+
using std::codecvt_base;
|
|
36
|
+
using std::codecvt_byname;
|
|
37
|
+
using std::ctype;
|
|
38
|
+
using std::ctype_base;
|
|
39
|
+
using std::ctype_byname;
|
|
40
|
+
|
|
41
|
+
// [category.numeric], numeric
|
|
42
|
+
using std::num_get;
|
|
43
|
+
using std::num_put;
|
|
44
|
+
using std::numpunct;
|
|
45
|
+
using std::numpunct_byname;
|
|
46
|
+
|
|
47
|
+
// [category.collate], collation
|
|
48
|
+
using std::collate;
|
|
49
|
+
using std::collate_byname;
|
|
50
|
+
|
|
51
|
+
// [category.time], date and time
|
|
52
|
+
using std::time_base;
|
|
53
|
+
using std::time_get;
|
|
54
|
+
using std::time_get_byname;
|
|
55
|
+
using std::time_put;
|
|
56
|
+
using std::time_put_byname;
|
|
57
|
+
|
|
58
|
+
// [category.monetary], money
|
|
59
|
+
using std::money_base;
|
|
60
|
+
using std::money_get;
|
|
61
|
+
using std::money_put;
|
|
62
|
+
using std::moneypunct;
|
|
63
|
+
using std::moneypunct_byname;
|
|
64
|
+
|
|
65
|
+
// [category.messages], message retrieval
|
|
66
|
+
using std::messages;
|
|
67
|
+
using std::messages_base;
|
|
68
|
+
using std::messages_byname;
|
|
69
|
+
|
|
70
|
+
# if _LIBCPP_STD_VER < 26 || defined(_LIBCPP_ENABLE_CXX26_REMOVED_WSTRING_CONVERT)
|
|
71
|
+
|
|
72
|
+
// [depr.conversions.buffer]
|
|
73
|
+
using std::wbuffer_convert;
|
|
74
|
+
|
|
75
|
+
// [depr.conversions.string]
|
|
76
|
+
using std::wstring_convert;
|
|
77
|
+
|
|
78
|
+
# endif // _LIBCPP_STD_VER < 26 || defined(_LIBCPP_ENABLE_CXX26_REMOVED_WSTRING_CONVERT)
|
|
79
|
+
|
|
80
|
+
#endif // _LIBCPP_HAS_LOCALIZATION
|
|
81
|
+
} // namespace std
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
// [map], class template map
|
|
12
|
+
using std::map;
|
|
13
|
+
|
|
14
|
+
using std::operator==;
|
|
15
|
+
using std::operator<=>;
|
|
16
|
+
|
|
17
|
+
using std::swap;
|
|
18
|
+
|
|
19
|
+
// [map.erasure], erasure for map
|
|
20
|
+
using std::erase_if;
|
|
21
|
+
|
|
22
|
+
// [multimap], class template multimap
|
|
23
|
+
using std::multimap;
|
|
24
|
+
|
|
25
|
+
namespace pmr {
|
|
26
|
+
using std::pmr::map;
|
|
27
|
+
using std::pmr::multimap;
|
|
28
|
+
} // namespace pmr
|
|
29
|
+
} // namespace std
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
#if _LIBCPP_STD_VER >= 23
|
|
12
|
+
// [mdspan.extents], class template extents
|
|
13
|
+
using std::extents;
|
|
14
|
+
|
|
15
|
+
// [mdspan.extents.dextents], alias template dextents
|
|
16
|
+
using std::dextents;
|
|
17
|
+
|
|
18
|
+
# if _LIBCPP_STD_VER >= 26
|
|
19
|
+
// [mdspan.extents.dims]
|
|
20
|
+
using std::dims;
|
|
21
|
+
# endif // _LIBCPP_STD_VER >= 26
|
|
22
|
+
|
|
23
|
+
// [mdspan.layout], layout mapping
|
|
24
|
+
using std::layout_left;
|
|
25
|
+
using std::layout_right;
|
|
26
|
+
using std::layout_stride;
|
|
27
|
+
|
|
28
|
+
// [mdspan.accessor.default], class template default_accessor
|
|
29
|
+
using std::default_accessor;
|
|
30
|
+
|
|
31
|
+
# if _LIBCPP_STD_VER >= 26
|
|
32
|
+
// [mdspan.accessor.aligned], class template aligned_accessor
|
|
33
|
+
using std::aligned_accessor;
|
|
34
|
+
# endif // _LIBCPP_STD_VER >= 26
|
|
35
|
+
|
|
36
|
+
// [mdspan.mdspan], class template mdspan
|
|
37
|
+
using std::mdspan;
|
|
38
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
39
|
+
} // namespace std
|