karellen-llvm-core 22.1.0rc1.post32__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.
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/libLLVM.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/libLTO.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/libRemarks.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/x86_64-unknown-linux-gnu/libc++.modules.json +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/x86_64-unknown-linux-gnu/libc++.so +1 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/x86_64-unknown-linux-gnu/libc++.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/x86_64-unknown-linux-gnu/libc++abi.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/x86_64-unknown-linux-gnu/libunwind.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/algorithm.inc +624 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/any.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/array.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/atomic.inc +141 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/barrier.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/bit.inc +38 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/bitset.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cassert.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cctype.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cerrno.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cfenv.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cfloat.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/charconv.inc +34 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/chrono.inc +306 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cinttypes.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/climits.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/clocale.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cmath.inc +376 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/codecvt.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/compare.inc +51 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/complex.inc +78 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/concepts.inc +96 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/condition_variable.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/coroutine.inc +33 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/csetjmp.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/csignal.inc +18 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstdarg.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstddef.inc +31 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstdint.inc +50 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstdio.inc +60 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstdlib.inc +71 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstring.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/ctime.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cuchar.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cwchar.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cwctype.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/deque.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/exception.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/execution.inc +36 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/expected.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/filesystem.inc +121 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/flat_map.inc +31 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/flat_set.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/format.inc +84 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/forward_list.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/fstream.inc +44 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/functional.inc +124 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/future.inc +55 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/generator.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/hazard_pointer.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/initializer_list.inc +16 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/iomanip.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/ios.inc +76 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/iosfwd.inc +40 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/iostream.inc +24 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/istream.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/iterator.inc +244 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/latch.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/limits.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/list.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/locale.inc +81 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/map.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/mdspan.inc +39 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/memory.inc +215 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/memory_resource.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/mutex.inc +44 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/new.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/numbers.inc +38 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/numeric.inc +71 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/optional.inc +47 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/ostream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/print.inc +21 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/queue.inc +27 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/random.inc +115 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/ranges.inc +370 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/ratio.inc +58 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/rcu.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/regex.inc +117 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/scoped_allocator.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/semaphore.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/set.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/shared_mutex.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/source_location.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/span.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/spanstream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/sstream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/stack.inc +24 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/stacktrace.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/stdexcept.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/stdfloat.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/stop_token.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/streambuf.inc +18 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/string.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/string_view.inc +46 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/strstream.inc +19 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/syncstream.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/system_error.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/text_encoding.inc +19 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/thread.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/tuple.inc +55 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/type_traits.inc +344 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/typeindex.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/typeinfo.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/unordered_map.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/unordered_set.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/utility.inc +99 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/valarray.inc +68 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/variant.inc +49 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/vector.inc +34 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/version.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cassert.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cctype.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cerrno.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cfenv.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cfloat.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cinttypes.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/climits.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/clocale.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cmath.inc +268 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/csetjmp.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/csignal.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstdarg.inc +10 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstddef.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstdint.inc +50 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstdio.inc +61 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstdlib.inc +72 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstring.inc +36 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/ctime.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cuchar.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cwchar.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cwctype.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat.cppm +108 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.cppm +280 -0
- karellen_llvm_core-22.1.0rc1.post32.data/purelib/karellen_llvm_core-22.1.0rc1.post32.pth +1 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/METADATA +36 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/RECORD +149 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/WHEEL +5 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/axle.lck +0 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/namespace_packages.txt +1 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/symlinks.txt +9 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/top_level.txt +1 -0
|
@@ -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
|
+
#if _LIBCPP_HAS_THREADS
|
|
12
|
+
// [thread.sema.cnt], class template counting_semaphore
|
|
13
|
+
using std::counting_semaphore;
|
|
14
|
+
|
|
15
|
+
using std::binary_semaphore;
|
|
16
|
+
#endif // _LIBCPP_HAS_THREADS
|
|
17
|
+
} // 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
|
+
// [set], class template set
|
|
12
|
+
using std::set;
|
|
13
|
+
|
|
14
|
+
using std::operator==;
|
|
15
|
+
using std::operator<=>;
|
|
16
|
+
|
|
17
|
+
using std::swap;
|
|
18
|
+
|
|
19
|
+
// [set.erasure], erasure for set
|
|
20
|
+
using std::erase_if;
|
|
21
|
+
|
|
22
|
+
// [multiset], class template multiset
|
|
23
|
+
using std::multiset;
|
|
24
|
+
|
|
25
|
+
namespace pmr {
|
|
26
|
+
using std::pmr::multiset;
|
|
27
|
+
using std::pmr::set;
|
|
28
|
+
} // namespace pmr
|
|
29
|
+
} // namespace std
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
// [thread.sharedmutex.class], class shared_mutex
|
|
13
|
+
using std::shared_mutex;
|
|
14
|
+
// [thread.sharedtimedmutex.class], class shared_timed_mutex
|
|
15
|
+
using std::shared_timed_mutex;
|
|
16
|
+
// [thread.lock.shared], class template shared_lock
|
|
17
|
+
using std::shared_lock;
|
|
18
|
+
using std::swap;
|
|
19
|
+
#endif // _LIBCPP_HAS_THREADS
|
|
20
|
+
} // namespace std
|
|
@@ -0,0 +1,12 @@
|
|
|
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::source_location;
|
|
12
|
+
} // 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
|
+
// constants
|
|
12
|
+
using std::dynamic_extent;
|
|
13
|
+
|
|
14
|
+
// [views.span], class template span
|
|
15
|
+
using std::span;
|
|
16
|
+
|
|
17
|
+
namespace ranges {
|
|
18
|
+
using std::ranges::enable_borrowed_range;
|
|
19
|
+
using std::ranges::enable_view;
|
|
20
|
+
} // namespace ranges
|
|
21
|
+
|
|
22
|
+
// [span.objectrep], views of object representation
|
|
23
|
+
using std::as_bytes;
|
|
24
|
+
|
|
25
|
+
using std::as_writable_bytes;
|
|
26
|
+
} // namespace std
|
|
@@ -0,0 +1,42 @@
|
|
|
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 0
|
|
12
|
+
using std::basic_spanbuf;
|
|
13
|
+
|
|
14
|
+
using std::swap;
|
|
15
|
+
|
|
16
|
+
using std::spanbuf;
|
|
17
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
18
|
+
using std::wspanbuf;
|
|
19
|
+
# endif
|
|
20
|
+
|
|
21
|
+
using std::basic_ispanstream;
|
|
22
|
+
|
|
23
|
+
using std::ispanstream;
|
|
24
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
25
|
+
using std::wispanstream;
|
|
26
|
+
# endif
|
|
27
|
+
|
|
28
|
+
using std::basic_ospanstream;
|
|
29
|
+
|
|
30
|
+
using std::ospanstream;
|
|
31
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
32
|
+
using std::wospanstream;
|
|
33
|
+
# endif
|
|
34
|
+
|
|
35
|
+
using std::basic_spanstream;
|
|
36
|
+
|
|
37
|
+
using std::spanstream;
|
|
38
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
39
|
+
using std::wspanstream;
|
|
40
|
+
# endif
|
|
41
|
+
#endif
|
|
42
|
+
} // namespace std
|
|
@@ -0,0 +1,42 @@
|
|
|
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_stringbuf;
|
|
13
|
+
|
|
14
|
+
using std::swap;
|
|
15
|
+
|
|
16
|
+
using std::stringbuf;
|
|
17
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
18
|
+
using std::wstringbuf;
|
|
19
|
+
# endif
|
|
20
|
+
|
|
21
|
+
using std::basic_istringstream;
|
|
22
|
+
|
|
23
|
+
using std::istringstream;
|
|
24
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
25
|
+
using std::wistringstream;
|
|
26
|
+
# endif
|
|
27
|
+
|
|
28
|
+
using std::basic_ostringstream;
|
|
29
|
+
|
|
30
|
+
using std::ostringstream;
|
|
31
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
32
|
+
using std::wostringstream;
|
|
33
|
+
# endif
|
|
34
|
+
|
|
35
|
+
using std::basic_stringstream;
|
|
36
|
+
|
|
37
|
+
using std::stringstream;
|
|
38
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
39
|
+
using std::wstringstream;
|
|
40
|
+
# endif
|
|
41
|
+
#endif // _LIBCPP_HAS_LOCALIZATION
|
|
42
|
+
} // 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
|
+
// [stack], class template stack
|
|
12
|
+
using std::stack;
|
|
13
|
+
|
|
14
|
+
using std::operator==;
|
|
15
|
+
using std::operator!=;
|
|
16
|
+
using std::operator<;
|
|
17
|
+
using std::operator>;
|
|
18
|
+
using std::operator<=;
|
|
19
|
+
using std::operator>=;
|
|
20
|
+
using std::operator<=>;
|
|
21
|
+
|
|
22
|
+
using std::swap;
|
|
23
|
+
using std::uses_allocator;
|
|
24
|
+
} // namespace std
|
|
@@ -0,0 +1,35 @@
|
|
|
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 0
|
|
12
|
+
// [stacktrace.entry], class stacktrace_entry
|
|
13
|
+
using std::stacktrace_entry;
|
|
14
|
+
|
|
15
|
+
// [stacktrace.basic], class template basic_stacktrace
|
|
16
|
+
using std::basic_stacktrace;
|
|
17
|
+
|
|
18
|
+
// basic_stacktrace typedef-names
|
|
19
|
+
using std::stacktrace;
|
|
20
|
+
|
|
21
|
+
// [stacktrace.basic.nonmem], non-member functions
|
|
22
|
+
using std::swap;
|
|
23
|
+
|
|
24
|
+
using std::to_string;
|
|
25
|
+
|
|
26
|
+
using std::operator<<;
|
|
27
|
+
|
|
28
|
+
namespace pmr {
|
|
29
|
+
using std::pmr::stacktrace;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// [stacktrace.basic.hash], hash support
|
|
33
|
+
using std::hash;
|
|
34
|
+
#endif
|
|
35
|
+
} // namespace std
|
|
@@ -0,0 +1,20 @@
|
|
|
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::domain_error;
|
|
12
|
+
using std::invalid_argument;
|
|
13
|
+
using std::length_error;
|
|
14
|
+
using std::logic_error;
|
|
15
|
+
using std::out_of_range;
|
|
16
|
+
using std::overflow_error;
|
|
17
|
+
using std::range_error;
|
|
18
|
+
using std::runtime_error;
|
|
19
|
+
using std::underflow_error;
|
|
20
|
+
} // 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
|
+
#if defined(__STDCPP_FLOAT16_T__)
|
|
12
|
+
using std::float16_t;
|
|
13
|
+
#endif
|
|
14
|
+
#if defined(__STDCPP_FLOAT32_T__)
|
|
15
|
+
using std::float32_t;
|
|
16
|
+
#endif
|
|
17
|
+
#if defined(__STDCPP_FLOAT64_T__)
|
|
18
|
+
using std::float64_t;
|
|
19
|
+
#endif
|
|
20
|
+
#if defined(__STDCPP_FLOAT128_T__)
|
|
21
|
+
using std::float128_t;
|
|
22
|
+
#endif
|
|
23
|
+
#if defined(__STDCPP_BFLOAT16_T__)
|
|
24
|
+
using std::bfloat16_t;
|
|
25
|
+
#endif
|
|
26
|
+
} // namespace std
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
// [stoptoken], class stop_token
|
|
13
|
+
using std::stop_token;
|
|
14
|
+
|
|
15
|
+
// [stopsource], class stop_source
|
|
16
|
+
using std::stop_source;
|
|
17
|
+
|
|
18
|
+
// no-shared-stop-state indicator
|
|
19
|
+
using std::nostopstate;
|
|
20
|
+
using std::nostopstate_t;
|
|
21
|
+
|
|
22
|
+
// [stopcallback], class template stop_callback
|
|
23
|
+
using std::stop_callback;
|
|
24
|
+
#endif // _LIBCPP_HAS_THREADS
|
|
25
|
+
} // namespace std
|
|
@@ -0,0 +1,18 @@
|
|
|
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_streambuf;
|
|
13
|
+
using std::streambuf;
|
|
14
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
15
|
+
using std::wstreambuf;
|
|
16
|
+
# endif
|
|
17
|
+
#endif // _LIBCPP_HAS_LOCALIZATION
|
|
18
|
+
} // namespace std
|
|
@@ -0,0 +1,80 @@
|
|
|
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
|
+
// [char.traits], character traits
|
|
12
|
+
using std::char_traits;
|
|
13
|
+
|
|
14
|
+
// [basic.string], basic_string
|
|
15
|
+
using std::basic_string;
|
|
16
|
+
|
|
17
|
+
using std::operator+;
|
|
18
|
+
using std::operator==;
|
|
19
|
+
using std::operator<=>;
|
|
20
|
+
|
|
21
|
+
// [string.special], swap
|
|
22
|
+
using std::swap;
|
|
23
|
+
|
|
24
|
+
// [string.io], inserters and extractors
|
|
25
|
+
using std::operator>>;
|
|
26
|
+
using std::operator<<;
|
|
27
|
+
using std::getline;
|
|
28
|
+
|
|
29
|
+
// [string.erasure], erasure
|
|
30
|
+
using std::erase;
|
|
31
|
+
using std::erase_if;
|
|
32
|
+
|
|
33
|
+
// basic_string typedef-names
|
|
34
|
+
using std::string;
|
|
35
|
+
using std::u16string;
|
|
36
|
+
using std::u32string;
|
|
37
|
+
#if _LIBCPP_HAS_CHAR8_T
|
|
38
|
+
using std::u8string;
|
|
39
|
+
#endif
|
|
40
|
+
#if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
41
|
+
using std::wstring;
|
|
42
|
+
#endif
|
|
43
|
+
|
|
44
|
+
// [string.conversions], numeric conversions
|
|
45
|
+
using std::stod;
|
|
46
|
+
using std::stof;
|
|
47
|
+
using std::stoi;
|
|
48
|
+
using std::stol;
|
|
49
|
+
using std::stold;
|
|
50
|
+
using std::stoll;
|
|
51
|
+
using std::stoul;
|
|
52
|
+
using std::stoull;
|
|
53
|
+
using std::to_string;
|
|
54
|
+
#if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
55
|
+
using std::to_wstring;
|
|
56
|
+
#endif
|
|
57
|
+
|
|
58
|
+
namespace pmr {
|
|
59
|
+
using std::pmr::basic_string;
|
|
60
|
+
using std::pmr::string;
|
|
61
|
+
using std::pmr::u16string;
|
|
62
|
+
using std::pmr::u32string;
|
|
63
|
+
#if _LIBCPP_HAS_CHAR8_T
|
|
64
|
+
using std::pmr::u8string;
|
|
65
|
+
#endif
|
|
66
|
+
#if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
67
|
+
using std::pmr::wstring;
|
|
68
|
+
#endif
|
|
69
|
+
} // namespace pmr
|
|
70
|
+
|
|
71
|
+
// [basic.string.hash], hash support
|
|
72
|
+
using std::hash;
|
|
73
|
+
|
|
74
|
+
inline namespace literals {
|
|
75
|
+
inline namespace string_literals {
|
|
76
|
+
// [basic.string.literals], suffix for basic_string literals
|
|
77
|
+
using std::literals::string_literals::operator""s;
|
|
78
|
+
} // namespace string_literals
|
|
79
|
+
} // namespace literals
|
|
80
|
+
} // namespace std
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
// [string.view.template], class template basic_string_view
|
|
12
|
+
using std::basic_string_view;
|
|
13
|
+
|
|
14
|
+
namespace ranges {
|
|
15
|
+
using std::ranges::enable_borrowed_range;
|
|
16
|
+
using std::ranges::enable_view;
|
|
17
|
+
} // namespace ranges
|
|
18
|
+
|
|
19
|
+
// [string.view.comparison], non-member comparison functions
|
|
20
|
+
using std::operator==;
|
|
21
|
+
using std::operator<=>;
|
|
22
|
+
|
|
23
|
+
// [string.view.io], inserters and extractors
|
|
24
|
+
using std::operator<<;
|
|
25
|
+
|
|
26
|
+
// basic_string_view typedef-names
|
|
27
|
+
using std::string_view;
|
|
28
|
+
using std::u16string_view;
|
|
29
|
+
using std::u32string_view;
|
|
30
|
+
#if _LIBCPP_HAS_CHAR8_T
|
|
31
|
+
using std::u8string_view;
|
|
32
|
+
#endif
|
|
33
|
+
#if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
34
|
+
using std::wstring_view;
|
|
35
|
+
#endif
|
|
36
|
+
|
|
37
|
+
// [string.view.hash], hash support
|
|
38
|
+
using std::hash;
|
|
39
|
+
|
|
40
|
+
inline namespace literals {
|
|
41
|
+
inline namespace string_view_literals {
|
|
42
|
+
// [string.view.literals], suffix for basic_string_view literals
|
|
43
|
+
using std::literals::string_view_literals::operator""sv;
|
|
44
|
+
} // namespace string_view_literals
|
|
45
|
+
} // namespace literals
|
|
46
|
+
} // namespace std
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
# if _LIBCPP_STD_VER < 26 || defined(_LIBCPP_ENABLE_CXX26_REMOVED_STRSTREAM)
|
|
13
|
+
using std::istrstream;
|
|
14
|
+
using std::ostrstream;
|
|
15
|
+
using std::strstream;
|
|
16
|
+
using std::strstreambuf;
|
|
17
|
+
# endif // _LIBCPP_STD_VER < 26 || defined(_LIBCPP_ENABLE_CXX26_REMOVED_STRSTREAM)
|
|
18
|
+
#endif // _LIBCPP_HAS_LOCALIZATION
|
|
19
|
+
} // namespace std
|
|
@@ -0,0 +1,28 @@
|
|
|
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 && _LIBCPP_HAS_EXPERIMENTAL_SYNCSTREAM
|
|
12
|
+
using std::basic_syncbuf;
|
|
13
|
+
|
|
14
|
+
// [syncstream.syncbuf.special], specialized algorithms
|
|
15
|
+
using std::swap;
|
|
16
|
+
|
|
17
|
+
using std::syncbuf;
|
|
18
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
19
|
+
using std::wsyncbuf;
|
|
20
|
+
# endif
|
|
21
|
+
using std::basic_osyncstream;
|
|
22
|
+
|
|
23
|
+
using std::osyncstream;
|
|
24
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
25
|
+
using std::wosyncstream;
|
|
26
|
+
# endif
|
|
27
|
+
#endif // _LIBCPP_HAS_LOCALIZATION && _LIBCPP_HAS_EXPERIMENTAL_SYNCSTREAM
|
|
28
|
+
} // namespace std
|
|
@@ -0,0 +1,42 @@
|
|
|
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::error_category;
|
|
12
|
+
using std::generic_category;
|
|
13
|
+
using std::system_category;
|
|
14
|
+
|
|
15
|
+
using std::error_code;
|
|
16
|
+
using std::error_condition;
|
|
17
|
+
using std::system_error;
|
|
18
|
+
|
|
19
|
+
using std::is_error_code_enum;
|
|
20
|
+
using std::is_error_condition_enum;
|
|
21
|
+
|
|
22
|
+
using std::errc;
|
|
23
|
+
|
|
24
|
+
// [syserr.errcode.nonmembers], non-member functions
|
|
25
|
+
using std::make_error_code;
|
|
26
|
+
|
|
27
|
+
using std::operator<<;
|
|
28
|
+
|
|
29
|
+
// [syserr.errcondition.nonmembers], non-member functions
|
|
30
|
+
using std::make_error_condition;
|
|
31
|
+
|
|
32
|
+
// [syserr.compare], comparison operator functions
|
|
33
|
+
using std::operator==;
|
|
34
|
+
using std::operator<=>;
|
|
35
|
+
|
|
36
|
+
// [syserr.hash], hash support
|
|
37
|
+
using std::hash;
|
|
38
|
+
|
|
39
|
+
// [syserr], system error support
|
|
40
|
+
using std::is_error_code_enum_v;
|
|
41
|
+
using std::is_error_condition_enum_v;
|
|
42
|
+
} // namespace std
|
|
@@ -0,0 +1,19 @@
|
|
|
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 0
|
|
12
|
+
# if _LIBCPP_STD_VER >= 23
|
|
13
|
+
using std::text_encoding;
|
|
14
|
+
|
|
15
|
+
// hash support
|
|
16
|
+
using std::hash;
|
|
17
|
+
# endif // _LIBCPP_STD_VER >= 23
|
|
18
|
+
#endif
|
|
19
|
+
} // namespace std
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
// [thread.thread.class], class thread
|
|
13
|
+
using std::thread;
|
|
14
|
+
|
|
15
|
+
using std::swap;
|
|
16
|
+
|
|
17
|
+
// [thread.jthread.class], class jthread
|
|
18
|
+
using std::jthread;
|
|
19
|
+
|
|
20
|
+
// [thread.thread.this], namespace this_thread
|
|
21
|
+
namespace this_thread {
|
|
22
|
+
using std::this_thread::get_id;
|
|
23
|
+
|
|
24
|
+
using std::this_thread::sleep_for;
|
|
25
|
+
using std::this_thread::sleep_until;
|
|
26
|
+
using std::this_thread::yield;
|
|
27
|
+
} // namespace this_thread
|
|
28
|
+
|
|
29
|
+
// [thread.thread.id]
|
|
30
|
+
using std::operator==;
|
|
31
|
+
using std::operator<=>;
|
|
32
|
+
# if _LIBCPP_HAS_LOCALIZATION
|
|
33
|
+
using std::operator<<;
|
|
34
|
+
# endif // _LIBCPP_HAS_LOCALIZATION
|
|
35
|
+
|
|
36
|
+
# if _LIBCPP_STD_VER >= 23
|
|
37
|
+
using std::formatter;
|
|
38
|
+
# endif
|
|
39
|
+
|
|
40
|
+
using std::hash;
|
|
41
|
+
#endif // _LIBCPP_HAS_THREADS
|
|
42
|
+
} // namespace std
|