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,55 @@
|
|
|
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
|
+
// [tuple.tuple], class template tuple
|
|
12
|
+
using std::tuple;
|
|
13
|
+
|
|
14
|
+
// [tuple.like], concept tuple-like
|
|
15
|
+
|
|
16
|
+
#if _LIBCPP_STD_VER >= 23
|
|
17
|
+
// [tuple.common.ref], common_reference related specializations
|
|
18
|
+
using std::basic_common_reference;
|
|
19
|
+
using std::common_type;
|
|
20
|
+
#endif
|
|
21
|
+
|
|
22
|
+
// [tuple.creation], tuple creation functions
|
|
23
|
+
using std::ignore;
|
|
24
|
+
|
|
25
|
+
using std::forward_as_tuple;
|
|
26
|
+
using std::make_tuple;
|
|
27
|
+
using std::tie;
|
|
28
|
+
using std::tuple_cat;
|
|
29
|
+
|
|
30
|
+
// [tuple.apply], calling a function with a tuple of arguments
|
|
31
|
+
using std::apply;
|
|
32
|
+
|
|
33
|
+
using std::make_from_tuple;
|
|
34
|
+
|
|
35
|
+
// [tuple.helper], tuple helper classes
|
|
36
|
+
using std::tuple_element;
|
|
37
|
+
using std::tuple_size;
|
|
38
|
+
|
|
39
|
+
// [tuple.elem], element access
|
|
40
|
+
using std::get;
|
|
41
|
+
using std::tuple_element_t;
|
|
42
|
+
|
|
43
|
+
// [tuple.rel], relational operators
|
|
44
|
+
using std::operator==;
|
|
45
|
+
using std::operator<=>;
|
|
46
|
+
|
|
47
|
+
// [tuple.traits], allocator-related traits
|
|
48
|
+
using std::uses_allocator;
|
|
49
|
+
|
|
50
|
+
// [tuple.special], specialized algorithms
|
|
51
|
+
using std::swap;
|
|
52
|
+
|
|
53
|
+
// [tuple.helper], tuple helper classes
|
|
54
|
+
using std::tuple_size_v;
|
|
55
|
+
} // namespace std
|
|
@@ -0,0 +1,344 @@
|
|
|
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
|
+
// [meta.help], helper class
|
|
12
|
+
using std::integral_constant;
|
|
13
|
+
|
|
14
|
+
using std::bool_constant;
|
|
15
|
+
using std::false_type;
|
|
16
|
+
using std::true_type;
|
|
17
|
+
|
|
18
|
+
// [meta.unary.cat], primary type categories
|
|
19
|
+
using std::is_array;
|
|
20
|
+
using std::is_class;
|
|
21
|
+
using std::is_enum;
|
|
22
|
+
using std::is_floating_point;
|
|
23
|
+
using std::is_function;
|
|
24
|
+
using std::is_integral;
|
|
25
|
+
using std::is_lvalue_reference;
|
|
26
|
+
using std::is_member_function_pointer;
|
|
27
|
+
using std::is_member_object_pointer;
|
|
28
|
+
using std::is_null_pointer;
|
|
29
|
+
using std::is_pointer;
|
|
30
|
+
using std::is_rvalue_reference;
|
|
31
|
+
using std::is_union;
|
|
32
|
+
using std::is_void;
|
|
33
|
+
|
|
34
|
+
// [meta.unary.comp], composite type categories
|
|
35
|
+
using std::is_arithmetic;
|
|
36
|
+
using std::is_compound;
|
|
37
|
+
using std::is_fundamental;
|
|
38
|
+
using std::is_member_pointer;
|
|
39
|
+
using std::is_object;
|
|
40
|
+
using std::is_reference;
|
|
41
|
+
using std::is_scalar;
|
|
42
|
+
|
|
43
|
+
// [meta.unary.prop], type properties
|
|
44
|
+
using std::is_abstract;
|
|
45
|
+
using std::is_aggregate;
|
|
46
|
+
using std::is_const;
|
|
47
|
+
using std::is_empty;
|
|
48
|
+
using std::is_final;
|
|
49
|
+
using std::is_polymorphic;
|
|
50
|
+
using std::is_standard_layout;
|
|
51
|
+
using std::is_trivial;
|
|
52
|
+
using std::is_trivially_copyable;
|
|
53
|
+
using std::is_volatile;
|
|
54
|
+
|
|
55
|
+
using std::is_bounded_array;
|
|
56
|
+
#if _LIBCPP_STD_VER >= 23
|
|
57
|
+
using std::is_scoped_enum;
|
|
58
|
+
#endif
|
|
59
|
+
using std::is_signed;
|
|
60
|
+
using std::is_unbounded_array;
|
|
61
|
+
using std::is_unsigned;
|
|
62
|
+
|
|
63
|
+
using std::is_constructible;
|
|
64
|
+
using std::is_copy_constructible;
|
|
65
|
+
using std::is_default_constructible;
|
|
66
|
+
using std::is_move_constructible;
|
|
67
|
+
|
|
68
|
+
using std::is_assignable;
|
|
69
|
+
using std::is_copy_assignable;
|
|
70
|
+
using std::is_move_assignable;
|
|
71
|
+
|
|
72
|
+
using std::is_swappable;
|
|
73
|
+
using std::is_swappable_with;
|
|
74
|
+
|
|
75
|
+
using std::is_destructible;
|
|
76
|
+
|
|
77
|
+
using std::is_trivially_constructible;
|
|
78
|
+
using std::is_trivially_copy_constructible;
|
|
79
|
+
using std::is_trivially_default_constructible;
|
|
80
|
+
using std::is_trivially_move_constructible;
|
|
81
|
+
|
|
82
|
+
using std::is_trivially_assignable;
|
|
83
|
+
using std::is_trivially_copy_assignable;
|
|
84
|
+
using std::is_trivially_destructible;
|
|
85
|
+
using std::is_trivially_move_assignable;
|
|
86
|
+
|
|
87
|
+
using std::is_nothrow_constructible;
|
|
88
|
+
using std::is_nothrow_copy_constructible;
|
|
89
|
+
using std::is_nothrow_default_constructible;
|
|
90
|
+
using std::is_nothrow_move_constructible;
|
|
91
|
+
|
|
92
|
+
using std::is_nothrow_assignable;
|
|
93
|
+
using std::is_nothrow_copy_assignable;
|
|
94
|
+
using std::is_nothrow_move_assignable;
|
|
95
|
+
|
|
96
|
+
using std::is_nothrow_swappable;
|
|
97
|
+
using std::is_nothrow_swappable_with;
|
|
98
|
+
|
|
99
|
+
using std::is_nothrow_destructible;
|
|
100
|
+
|
|
101
|
+
#if _LIBCPP_STD_VER >= 23 && __has_builtin(__builtin_is_implicit_lifetime)
|
|
102
|
+
using std::is_implicit_lifetime;
|
|
103
|
+
#endif
|
|
104
|
+
|
|
105
|
+
using std::has_virtual_destructor;
|
|
106
|
+
|
|
107
|
+
using std::has_unique_object_representations;
|
|
108
|
+
|
|
109
|
+
#if _LIBCPP_STD_VER >= 23
|
|
110
|
+
# if __has_builtin(__reference_constructs_from_temporary)
|
|
111
|
+
using std::reference_constructs_from_temporary;
|
|
112
|
+
# endif
|
|
113
|
+
# if __has_builtin(__reference_converts_from_temporary)
|
|
114
|
+
using std::reference_converts_from_temporary;
|
|
115
|
+
# endif
|
|
116
|
+
#endif
|
|
117
|
+
|
|
118
|
+
// [meta.unary.prop.query], type property queries
|
|
119
|
+
using std::alignment_of;
|
|
120
|
+
using std::extent;
|
|
121
|
+
using std::rank;
|
|
122
|
+
|
|
123
|
+
// [meta.rel], type relations
|
|
124
|
+
using std::is_base_of;
|
|
125
|
+
#if _LIBCPP_STD_VER >= 26 && __has_builtin(__builtin_is_virtual_base_of)
|
|
126
|
+
using std::is_virtual_base_of;
|
|
127
|
+
#endif
|
|
128
|
+
using std::is_convertible;
|
|
129
|
+
// using std::is_layout_compatible;
|
|
130
|
+
using std::is_nothrow_convertible;
|
|
131
|
+
// using std::is_pointer_interconvertible_base_of;
|
|
132
|
+
using std::is_same;
|
|
133
|
+
|
|
134
|
+
using std::is_invocable;
|
|
135
|
+
using std::is_invocable_r;
|
|
136
|
+
|
|
137
|
+
using std::is_nothrow_invocable;
|
|
138
|
+
using std::is_nothrow_invocable_r;
|
|
139
|
+
|
|
140
|
+
// [meta.trans.cv], const-volatile modifications
|
|
141
|
+
using std::add_const;
|
|
142
|
+
using std::add_cv;
|
|
143
|
+
using std::add_volatile;
|
|
144
|
+
using std::remove_const;
|
|
145
|
+
using std::remove_cv;
|
|
146
|
+
using std::remove_volatile;
|
|
147
|
+
|
|
148
|
+
using std::add_const_t;
|
|
149
|
+
using std::add_cv_t;
|
|
150
|
+
using std::add_volatile_t;
|
|
151
|
+
using std::remove_const_t;
|
|
152
|
+
using std::remove_cv_t;
|
|
153
|
+
using std::remove_volatile_t;
|
|
154
|
+
|
|
155
|
+
// [meta.trans.ref], reference modifications
|
|
156
|
+
using std::add_lvalue_reference;
|
|
157
|
+
using std::add_rvalue_reference;
|
|
158
|
+
using std::remove_reference;
|
|
159
|
+
|
|
160
|
+
using std::add_lvalue_reference_t;
|
|
161
|
+
using std::add_rvalue_reference_t;
|
|
162
|
+
using std::remove_reference_t;
|
|
163
|
+
|
|
164
|
+
// [meta.trans.sign], sign modifications
|
|
165
|
+
using std::make_signed;
|
|
166
|
+
using std::make_unsigned;
|
|
167
|
+
|
|
168
|
+
using std::make_signed_t;
|
|
169
|
+
using std::make_unsigned_t;
|
|
170
|
+
|
|
171
|
+
// [meta.trans.arr], array modifications
|
|
172
|
+
using std::remove_all_extents;
|
|
173
|
+
using std::remove_extent;
|
|
174
|
+
|
|
175
|
+
using std::remove_all_extents_t;
|
|
176
|
+
using std::remove_extent_t;
|
|
177
|
+
|
|
178
|
+
// [meta.trans.ptr], pointer modifications
|
|
179
|
+
using std::add_pointer;
|
|
180
|
+
using std::remove_pointer;
|
|
181
|
+
|
|
182
|
+
using std::add_pointer_t;
|
|
183
|
+
using std::remove_pointer_t;
|
|
184
|
+
|
|
185
|
+
// [meta.trans.other], other transformations
|
|
186
|
+
using std::basic_common_reference;
|
|
187
|
+
using std::common_reference;
|
|
188
|
+
using std::common_type;
|
|
189
|
+
using std::conditional;
|
|
190
|
+
using std::decay;
|
|
191
|
+
using std::enable_if;
|
|
192
|
+
using std::invoke_result;
|
|
193
|
+
using std::remove_cvref;
|
|
194
|
+
using std::type_identity;
|
|
195
|
+
using std::underlying_type;
|
|
196
|
+
using std::unwrap_ref_decay;
|
|
197
|
+
using std::unwrap_reference;
|
|
198
|
+
|
|
199
|
+
using std::common_reference_t;
|
|
200
|
+
using std::common_type_t;
|
|
201
|
+
using std::conditional_t;
|
|
202
|
+
using std::decay_t;
|
|
203
|
+
using std::enable_if_t;
|
|
204
|
+
using std::invoke_result_t;
|
|
205
|
+
using std::remove_cvref_t;
|
|
206
|
+
using std::type_identity_t;
|
|
207
|
+
using std::underlying_type_t;
|
|
208
|
+
using std::unwrap_ref_decay_t;
|
|
209
|
+
using std::unwrap_reference_t;
|
|
210
|
+
using std::void_t;
|
|
211
|
+
|
|
212
|
+
// [meta.logical], logical operator traits
|
|
213
|
+
using std::conjunction;
|
|
214
|
+
using std::disjunction;
|
|
215
|
+
using std::negation;
|
|
216
|
+
|
|
217
|
+
// [meta.unary.cat], primary type categories
|
|
218
|
+
using std::is_array_v;
|
|
219
|
+
using std::is_class_v;
|
|
220
|
+
using std::is_enum_v;
|
|
221
|
+
using std::is_floating_point_v;
|
|
222
|
+
using std::is_function_v;
|
|
223
|
+
using std::is_integral_v;
|
|
224
|
+
using std::is_lvalue_reference_v;
|
|
225
|
+
using std::is_member_function_pointer_v;
|
|
226
|
+
using std::is_member_object_pointer_v;
|
|
227
|
+
using std::is_null_pointer_v;
|
|
228
|
+
using std::is_pointer_v;
|
|
229
|
+
using std::is_rvalue_reference_v;
|
|
230
|
+
using std::is_union_v;
|
|
231
|
+
using std::is_void_v;
|
|
232
|
+
|
|
233
|
+
// [meta.unary.comp], composite type categories
|
|
234
|
+
using std::is_arithmetic_v;
|
|
235
|
+
using std::is_compound_v;
|
|
236
|
+
using std::is_fundamental_v;
|
|
237
|
+
using std::is_member_pointer_v;
|
|
238
|
+
using std::is_object_v;
|
|
239
|
+
using std::is_reference_v;
|
|
240
|
+
using std::is_scalar_v;
|
|
241
|
+
|
|
242
|
+
// [meta.unary.prop], type properties
|
|
243
|
+
using std::has_unique_object_representations_v;
|
|
244
|
+
using std::has_virtual_destructor_v;
|
|
245
|
+
using std::is_abstract_v;
|
|
246
|
+
using std::is_aggregate_v;
|
|
247
|
+
using std::is_assignable_v;
|
|
248
|
+
using std::is_bounded_array_v;
|
|
249
|
+
using std::is_const_v;
|
|
250
|
+
using std::is_constructible_v;
|
|
251
|
+
using std::is_copy_assignable_v;
|
|
252
|
+
using std::is_copy_constructible_v;
|
|
253
|
+
using std::is_default_constructible_v;
|
|
254
|
+
using std::is_destructible_v;
|
|
255
|
+
using std::is_empty_v;
|
|
256
|
+
using std::is_final_v;
|
|
257
|
+
#if _LIBCPP_STD_VER >= 23 && __has_builtin(__builtin_is_implicit_lifetime)
|
|
258
|
+
using std::is_implicit_lifetime_v;
|
|
259
|
+
#endif
|
|
260
|
+
using std::is_move_assignable_v;
|
|
261
|
+
using std::is_move_constructible_v;
|
|
262
|
+
using std::is_nothrow_assignable_v;
|
|
263
|
+
using std::is_nothrow_constructible_v;
|
|
264
|
+
using std::is_nothrow_copy_assignable_v;
|
|
265
|
+
using std::is_nothrow_copy_constructible_v;
|
|
266
|
+
using std::is_nothrow_default_constructible_v;
|
|
267
|
+
using std::is_nothrow_destructible_v;
|
|
268
|
+
using std::is_nothrow_move_assignable_v;
|
|
269
|
+
using std::is_nothrow_move_constructible_v;
|
|
270
|
+
using std::is_nothrow_swappable_v;
|
|
271
|
+
using std::is_nothrow_swappable_with_v;
|
|
272
|
+
using std::is_polymorphic_v;
|
|
273
|
+
#if _LIBCPP_STD_VER >= 23
|
|
274
|
+
using std::is_scoped_enum_v;
|
|
275
|
+
#endif
|
|
276
|
+
using std::is_signed_v;
|
|
277
|
+
using std::is_standard_layout_v;
|
|
278
|
+
using std::is_swappable_v;
|
|
279
|
+
using std::is_swappable_with_v;
|
|
280
|
+
using std::is_trivial_v;
|
|
281
|
+
using std::is_trivially_assignable_v;
|
|
282
|
+
using std::is_trivially_constructible_v;
|
|
283
|
+
using std::is_trivially_copy_assignable_v;
|
|
284
|
+
using std::is_trivially_copy_constructible_v;
|
|
285
|
+
using std::is_trivially_copyable_v;
|
|
286
|
+
using std::is_trivially_default_constructible_v;
|
|
287
|
+
using std::is_trivially_destructible_v;
|
|
288
|
+
using std::is_trivially_move_assignable_v;
|
|
289
|
+
using std::is_trivially_move_constructible_v;
|
|
290
|
+
using std::is_unbounded_array_v;
|
|
291
|
+
using std::is_unsigned_v;
|
|
292
|
+
using std::is_volatile_v;
|
|
293
|
+
#if _LIBCPP_STD_VER >= 23
|
|
294
|
+
# if __has_builtin(__reference_constructs_from_temporary)
|
|
295
|
+
using std::reference_constructs_from_temporary_v;
|
|
296
|
+
# endif
|
|
297
|
+
# if __has_builtin(__reference_converts_from_temporary)
|
|
298
|
+
using std::reference_converts_from_temporary_v;
|
|
299
|
+
# endif
|
|
300
|
+
#endif
|
|
301
|
+
|
|
302
|
+
// [meta.unary.prop.query], type property queries
|
|
303
|
+
using std::alignment_of_v;
|
|
304
|
+
using std::extent_v;
|
|
305
|
+
using std::rank_v;
|
|
306
|
+
|
|
307
|
+
// [meta.rel], type relations
|
|
308
|
+
using std::is_base_of_v;
|
|
309
|
+
#if _LIBCPP_STD_VER >= 26 && __has_builtin(__builtin_is_virtual_base_of)
|
|
310
|
+
using std::is_virtual_base_of_v;
|
|
311
|
+
#endif
|
|
312
|
+
using std::is_convertible_v;
|
|
313
|
+
using std::is_invocable_r_v;
|
|
314
|
+
using std::is_invocable_v;
|
|
315
|
+
// using std::is_layout_compatible_v;
|
|
316
|
+
using std::is_nothrow_convertible_v;
|
|
317
|
+
using std::is_nothrow_invocable_r_v;
|
|
318
|
+
using std::is_nothrow_invocable_v;
|
|
319
|
+
// using std::is_pointer_interconvertible_base_of_v;
|
|
320
|
+
using std::is_same_v;
|
|
321
|
+
|
|
322
|
+
// [meta.logical], logical operator traits
|
|
323
|
+
using std::conjunction_v;
|
|
324
|
+
using std::disjunction_v;
|
|
325
|
+
using std::negation_v;
|
|
326
|
+
|
|
327
|
+
// [meta.member], member relationships
|
|
328
|
+
// using std::is_corresponding_member;
|
|
329
|
+
// using std::is_pointer_interconvertible_with_class;
|
|
330
|
+
|
|
331
|
+
// [meta.const.eval], constant evaluation context
|
|
332
|
+
using std::is_constant_evaluated;
|
|
333
|
+
#if _LIBCPP_STD_VER >= 26 && __has_builtin(__builtin_is_within_lifetime)
|
|
334
|
+
using std::is_within_lifetime;
|
|
335
|
+
#endif
|
|
336
|
+
|
|
337
|
+
// [depr.meta.types]
|
|
338
|
+
using std::aligned_storage;
|
|
339
|
+
using std::aligned_storage_t;
|
|
340
|
+
using std::aligned_union;
|
|
341
|
+
using std::aligned_union_t;
|
|
342
|
+
using std::is_pod;
|
|
343
|
+
using std::is_pod_v;
|
|
344
|
+
} // namespace std
|
|
@@ -0,0 +1,13 @@
|
|
|
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::hash;
|
|
12
|
+
using std::type_index;
|
|
13
|
+
} // 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
|
+
using std::bad_cast;
|
|
12
|
+
using std::bad_typeid;
|
|
13
|
+
using std::type_info;
|
|
14
|
+
} // 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
|
+
// [unord.map], class template unordered_map
|
|
12
|
+
using std::unordered_map;
|
|
13
|
+
|
|
14
|
+
// [unord.multimap], class template unordered_multimap
|
|
15
|
+
using std::unordered_multimap;
|
|
16
|
+
|
|
17
|
+
using std::operator==;
|
|
18
|
+
|
|
19
|
+
using std::swap;
|
|
20
|
+
|
|
21
|
+
// [unord.map.erasure], erasure for unordered_map
|
|
22
|
+
using std::erase_if;
|
|
23
|
+
|
|
24
|
+
namespace pmr {
|
|
25
|
+
using std::pmr::unordered_map;
|
|
26
|
+
using std::pmr::unordered_multimap;
|
|
27
|
+
} // namespace pmr
|
|
28
|
+
} // 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
|
+
// [unord.set], class template unordered_set
|
|
12
|
+
using std::unordered_set;
|
|
13
|
+
|
|
14
|
+
// [unord.multiset], class template unordered_multiset
|
|
15
|
+
using std::unordered_multiset;
|
|
16
|
+
|
|
17
|
+
using std::operator==;
|
|
18
|
+
|
|
19
|
+
using std::swap;
|
|
20
|
+
|
|
21
|
+
// [unord.set.erasure], erasure for unordered_set
|
|
22
|
+
using std::erase_if;
|
|
23
|
+
|
|
24
|
+
namespace pmr {
|
|
25
|
+
using std::pmr::unordered_multiset;
|
|
26
|
+
using std::pmr::unordered_set;
|
|
27
|
+
} // namespace pmr
|
|
28
|
+
} // namespace std
|
|
@@ -0,0 +1,99 @@
|
|
|
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
|
+
// [utility.swap], swap
|
|
12
|
+
using std::swap;
|
|
13
|
+
|
|
14
|
+
// [utility.exchange], exchange
|
|
15
|
+
using std::exchange;
|
|
16
|
+
|
|
17
|
+
// [forward], forward/move
|
|
18
|
+
using std::forward;
|
|
19
|
+
#if _LIBCPP_STD_VER >= 23
|
|
20
|
+
using std::forward_like;
|
|
21
|
+
#endif
|
|
22
|
+
using std::move;
|
|
23
|
+
using std::move_if_noexcept;
|
|
24
|
+
|
|
25
|
+
// [utility.as.const], as_const
|
|
26
|
+
using std::as_const;
|
|
27
|
+
|
|
28
|
+
// [declval], declval
|
|
29
|
+
using std::declval;
|
|
30
|
+
|
|
31
|
+
// [utility.intcmp], integer comparison functions
|
|
32
|
+
using std::cmp_equal;
|
|
33
|
+
using std::cmp_not_equal;
|
|
34
|
+
|
|
35
|
+
using std::cmp_greater;
|
|
36
|
+
using std::cmp_greater_equal;
|
|
37
|
+
using std::cmp_less;
|
|
38
|
+
using std::cmp_less_equal;
|
|
39
|
+
|
|
40
|
+
using std::in_range;
|
|
41
|
+
|
|
42
|
+
#if _LIBCPP_STD_VER >= 23
|
|
43
|
+
// [utility.underlying], to_underlying
|
|
44
|
+
using std::to_underlying;
|
|
45
|
+
|
|
46
|
+
// [utility.unreachable], unreachable
|
|
47
|
+
using std::unreachable;
|
|
48
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
49
|
+
|
|
50
|
+
// [intseq], compile-time integer sequences
|
|
51
|
+
using std::index_sequence;
|
|
52
|
+
using std::integer_sequence;
|
|
53
|
+
|
|
54
|
+
using std::make_index_sequence;
|
|
55
|
+
using std::make_integer_sequence;
|
|
56
|
+
|
|
57
|
+
using std::index_sequence_for;
|
|
58
|
+
|
|
59
|
+
// [pairs], class template pair
|
|
60
|
+
using std::pair;
|
|
61
|
+
|
|
62
|
+
#if _LIBCPP_STD_VER >= 23
|
|
63
|
+
using std::basic_common_reference;
|
|
64
|
+
using std::common_type;
|
|
65
|
+
#endif
|
|
66
|
+
// [pairs.spec], pair specialized algorithms
|
|
67
|
+
using std::operator==;
|
|
68
|
+
using std::operator<=>;
|
|
69
|
+
|
|
70
|
+
using std::make_pair;
|
|
71
|
+
|
|
72
|
+
// [pair.astuple], tuple-like access to pair
|
|
73
|
+
using std::tuple_element;
|
|
74
|
+
using std::tuple_size;
|
|
75
|
+
|
|
76
|
+
using std::get;
|
|
77
|
+
|
|
78
|
+
// [pair.piecewise], pair piecewise construction
|
|
79
|
+
using std::piecewise_construct;
|
|
80
|
+
using std::piecewise_construct_t;
|
|
81
|
+
|
|
82
|
+
// in-place construction
|
|
83
|
+
using std::in_place;
|
|
84
|
+
using std::in_place_t;
|
|
85
|
+
|
|
86
|
+
using std::in_place_type;
|
|
87
|
+
using std::in_place_type_t;
|
|
88
|
+
|
|
89
|
+
using std::in_place_index;
|
|
90
|
+
using std::in_place_index_t;
|
|
91
|
+
|
|
92
|
+
// [depr.relops]
|
|
93
|
+
namespace rel_ops {
|
|
94
|
+
using rel_ops::operator!=;
|
|
95
|
+
using rel_ops::operator>;
|
|
96
|
+
using rel_ops::operator<=;
|
|
97
|
+
using rel_ops::operator>=;
|
|
98
|
+
} // namespace rel_ops
|
|
99
|
+
} // namespace std
|
|
@@ -0,0 +1,68 @@
|
|
|
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::gslice;
|
|
12
|
+
using std::gslice_array;
|
|
13
|
+
using std::indirect_array;
|
|
14
|
+
using std::mask_array;
|
|
15
|
+
using std::slice;
|
|
16
|
+
using std::slice_array;
|
|
17
|
+
using std::valarray;
|
|
18
|
+
|
|
19
|
+
using std::swap;
|
|
20
|
+
|
|
21
|
+
using std::operator*;
|
|
22
|
+
using std::operator/;
|
|
23
|
+
using std::operator%;
|
|
24
|
+
using std::operator+;
|
|
25
|
+
using std::operator-;
|
|
26
|
+
|
|
27
|
+
using std::operator^;
|
|
28
|
+
using std::operator&;
|
|
29
|
+
using std::operator|;
|
|
30
|
+
|
|
31
|
+
using std::operator<<;
|
|
32
|
+
using std::operator>>;
|
|
33
|
+
|
|
34
|
+
using std::operator&&;
|
|
35
|
+
using std::operator||;
|
|
36
|
+
|
|
37
|
+
using std::operator==;
|
|
38
|
+
using std::operator!=;
|
|
39
|
+
|
|
40
|
+
using std::operator<;
|
|
41
|
+
using std::operator>;
|
|
42
|
+
using std::operator<=;
|
|
43
|
+
using std::operator>=;
|
|
44
|
+
|
|
45
|
+
using std::abs;
|
|
46
|
+
using std::acos;
|
|
47
|
+
using std::asin;
|
|
48
|
+
using std::atan;
|
|
49
|
+
|
|
50
|
+
using std::atan2;
|
|
51
|
+
|
|
52
|
+
using std::cos;
|
|
53
|
+
using std::cosh;
|
|
54
|
+
using std::exp;
|
|
55
|
+
using std::log;
|
|
56
|
+
using std::log10;
|
|
57
|
+
|
|
58
|
+
using std::pow;
|
|
59
|
+
|
|
60
|
+
using std::sin;
|
|
61
|
+
using std::sinh;
|
|
62
|
+
using std::sqrt;
|
|
63
|
+
using std::tan;
|
|
64
|
+
using std::tanh;
|
|
65
|
+
|
|
66
|
+
using std::begin;
|
|
67
|
+
using std::end;
|
|
68
|
+
} // namespace std
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
// [variant.variant], class template variant
|
|
12
|
+
using std::variant;
|
|
13
|
+
|
|
14
|
+
// [variant.helper], variant helper classes
|
|
15
|
+
using std::variant_alternative;
|
|
16
|
+
using std::variant_npos;
|
|
17
|
+
using std::variant_size;
|
|
18
|
+
using std::variant_size_v;
|
|
19
|
+
|
|
20
|
+
// [variant.get], value access
|
|
21
|
+
using std::get;
|
|
22
|
+
using std::get_if;
|
|
23
|
+
using std::holds_alternative;
|
|
24
|
+
using std::variant_alternative_t;
|
|
25
|
+
|
|
26
|
+
// [variant.relops], relational operators
|
|
27
|
+
using std::operator==;
|
|
28
|
+
using std::operator!=;
|
|
29
|
+
using std::operator<;
|
|
30
|
+
using std::operator>;
|
|
31
|
+
using std::operator<=;
|
|
32
|
+
using std::operator>=;
|
|
33
|
+
using std::operator<=>;
|
|
34
|
+
|
|
35
|
+
// [variant.visit], visitation
|
|
36
|
+
using std::visit;
|
|
37
|
+
|
|
38
|
+
// [variant.monostate], class monostate
|
|
39
|
+
using std::monostate;
|
|
40
|
+
|
|
41
|
+
// [variant.specalg], specialized algorithms
|
|
42
|
+
using std::swap;
|
|
43
|
+
|
|
44
|
+
// [variant.bad.access], class bad_variant_access
|
|
45
|
+
using std::bad_variant_access;
|
|
46
|
+
|
|
47
|
+
// [variant.hash], hash support
|
|
48
|
+
using std::hash;
|
|
49
|
+
} // namespace std
|