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.
Potentially problematic release.
This version of karellen-llvm-core might be problematic. Click here for more details.
- 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,115 @@
|
|
|
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
|
+
// [rand.req.urng], uniform random bit generator requirements
|
|
12
|
+
using std::uniform_random_bit_generator;
|
|
13
|
+
|
|
14
|
+
// [rand.eng.lcong], class template linear_congruential_engine
|
|
15
|
+
using std::linear_congruential_engine;
|
|
16
|
+
|
|
17
|
+
// [rand.eng.mers], class template mersenne_twister_engine
|
|
18
|
+
using std::mersenne_twister_engine;
|
|
19
|
+
|
|
20
|
+
// [rand.eng.sub], class template subtract_with_carry_engine
|
|
21
|
+
using std::subtract_with_carry_engine;
|
|
22
|
+
|
|
23
|
+
// [rand.adapt.disc], class template discard_block_engine
|
|
24
|
+
using std::discard_block_engine;
|
|
25
|
+
|
|
26
|
+
// [rand.adapt.ibits], class template independent_bits_engine
|
|
27
|
+
using std::independent_bits_engine;
|
|
28
|
+
|
|
29
|
+
// [rand.adapt.shuf], class template shuffle_order_engine
|
|
30
|
+
using std::shuffle_order_engine;
|
|
31
|
+
|
|
32
|
+
// [rand.predef], engines and engine adaptors with predefined parameters
|
|
33
|
+
using std::knuth_b;
|
|
34
|
+
using std::minstd_rand;
|
|
35
|
+
using std::minstd_rand0;
|
|
36
|
+
using std::mt19937;
|
|
37
|
+
using std::mt19937_64;
|
|
38
|
+
using std::ranlux24;
|
|
39
|
+
using std::ranlux24_base;
|
|
40
|
+
using std::ranlux48;
|
|
41
|
+
using std::ranlux48_base;
|
|
42
|
+
|
|
43
|
+
using std::default_random_engine;
|
|
44
|
+
|
|
45
|
+
#if _LIBCPP_HAS_RANDOM_DEVICE
|
|
46
|
+
// [rand.device], class random_device
|
|
47
|
+
using std::random_device;
|
|
48
|
+
#endif
|
|
49
|
+
|
|
50
|
+
// [rand.util.seedseq], class seed_seq
|
|
51
|
+
using std::seed_seq;
|
|
52
|
+
|
|
53
|
+
// [rand.util.canonical], function template generate_canonical
|
|
54
|
+
using std::generate_canonical;
|
|
55
|
+
|
|
56
|
+
// [rand.dist.uni.int], class template uniform_int_distribution
|
|
57
|
+
using std::uniform_int_distribution;
|
|
58
|
+
|
|
59
|
+
// [rand.dist.uni.real], class template uniform_real_distribution
|
|
60
|
+
using std::uniform_real_distribution;
|
|
61
|
+
|
|
62
|
+
// [rand.dist.bern.bernoulli], class bernoulli_distribution
|
|
63
|
+
using std::bernoulli_distribution;
|
|
64
|
+
|
|
65
|
+
// [rand.dist.bern.bin], class template binomial_distribution
|
|
66
|
+
using std::binomial_distribution;
|
|
67
|
+
|
|
68
|
+
// [rand.dist.bern.geo], class template geometric_distribution
|
|
69
|
+
using std::geometric_distribution;
|
|
70
|
+
|
|
71
|
+
// [rand.dist.bern.negbin], class template negative_binomial_distribution
|
|
72
|
+
using std::negative_binomial_distribution;
|
|
73
|
+
|
|
74
|
+
// [rand.dist.pois.poisson], class template poisson_distribution
|
|
75
|
+
using std::poisson_distribution;
|
|
76
|
+
|
|
77
|
+
// [rand.dist.pois.exp], class template exponential_distribution
|
|
78
|
+
using std::exponential_distribution;
|
|
79
|
+
|
|
80
|
+
// [rand.dist.pois.gamma], class template gamma_distribution
|
|
81
|
+
using std::gamma_distribution;
|
|
82
|
+
|
|
83
|
+
// [rand.dist.pois.weibull], class template weibull_distribution
|
|
84
|
+
using std::weibull_distribution;
|
|
85
|
+
|
|
86
|
+
// [rand.dist.pois.extreme], class template extreme_value_distribution
|
|
87
|
+
using std::extreme_value_distribution;
|
|
88
|
+
|
|
89
|
+
// [rand.dist.norm.normal], class template normal_distribution
|
|
90
|
+
using std::normal_distribution;
|
|
91
|
+
|
|
92
|
+
// [rand.dist.norm.lognormal], class template lognormal_distribution
|
|
93
|
+
using std::lognormal_distribution;
|
|
94
|
+
|
|
95
|
+
// [rand.dist.norm.chisq], class template chi_squared_distribution
|
|
96
|
+
using std::chi_squared_distribution;
|
|
97
|
+
|
|
98
|
+
// [rand.dist.norm.cauchy], class template cauchy_distribution
|
|
99
|
+
using std::cauchy_distribution;
|
|
100
|
+
|
|
101
|
+
// [rand.dist.norm.f], class template fisher_f_distribution
|
|
102
|
+
using std::fisher_f_distribution;
|
|
103
|
+
|
|
104
|
+
// [rand.dist.norm.t], class template student_t_distribution
|
|
105
|
+
using std::student_t_distribution;
|
|
106
|
+
|
|
107
|
+
// [rand.dist.samp.discrete], class template discrete_distribution
|
|
108
|
+
using std::discrete_distribution;
|
|
109
|
+
|
|
110
|
+
// [rand.dist.samp.pconst], class template piecewise_constant_distribution
|
|
111
|
+
using std::piecewise_constant_distribution;
|
|
112
|
+
|
|
113
|
+
// [rand.dist.samp.plinear], class template piecewise_linear_distribution
|
|
114
|
+
using std::piecewise_linear_distribution;
|
|
115
|
+
} // namespace std
|
|
@@ -0,0 +1,370 @@
|
|
|
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
|
+
namespace ranges {
|
|
12
|
+
inline namespace __cpo {
|
|
13
|
+
// [range.access], range access
|
|
14
|
+
using std::ranges::__cpo::begin;
|
|
15
|
+
using std::ranges::__cpo::cbegin;
|
|
16
|
+
using std::ranges::__cpo::cend;
|
|
17
|
+
using std::ranges::__cpo::crbegin;
|
|
18
|
+
using std::ranges::__cpo::crend;
|
|
19
|
+
using std::ranges::__cpo::end;
|
|
20
|
+
using std::ranges::__cpo::rbegin;
|
|
21
|
+
using std::ranges::__cpo::rend;
|
|
22
|
+
|
|
23
|
+
using std::ranges::__cpo::cdata;
|
|
24
|
+
using std::ranges::__cpo::data;
|
|
25
|
+
using std::ranges::__cpo::empty;
|
|
26
|
+
using std::ranges::__cpo::size;
|
|
27
|
+
using std::ranges::__cpo::ssize;
|
|
28
|
+
} // namespace __cpo
|
|
29
|
+
|
|
30
|
+
// [range.range], ranges
|
|
31
|
+
using std::ranges::range;
|
|
32
|
+
|
|
33
|
+
using std::ranges::enable_borrowed_range;
|
|
34
|
+
|
|
35
|
+
using std::ranges::borrowed_range;
|
|
36
|
+
|
|
37
|
+
// using std::ranges::const_iterator_t;
|
|
38
|
+
// using std::ranges::const_sentinel_t;
|
|
39
|
+
using std::ranges::iterator_t;
|
|
40
|
+
// using std::ranges::range_const_reference_t;
|
|
41
|
+
using std::ranges::range_common_reference_t;
|
|
42
|
+
using std::ranges::range_difference_t;
|
|
43
|
+
using std::ranges::range_reference_t;
|
|
44
|
+
using std::ranges::range_rvalue_reference_t;
|
|
45
|
+
using std::ranges::range_size_t;
|
|
46
|
+
using std::ranges::range_value_t;
|
|
47
|
+
using std::ranges::sentinel_t;
|
|
48
|
+
|
|
49
|
+
// [range.sized], sized ranges
|
|
50
|
+
using std::ranges::disable_sized_range;
|
|
51
|
+
using std::ranges::sized_range;
|
|
52
|
+
|
|
53
|
+
// [range.view], views
|
|
54
|
+
using std::ranges::enable_view;
|
|
55
|
+
using std::ranges::view;
|
|
56
|
+
using std::ranges::view_base;
|
|
57
|
+
|
|
58
|
+
// [range.refinements], other range refinements
|
|
59
|
+
using std::ranges::bidirectional_range;
|
|
60
|
+
using std::ranges::common_range;
|
|
61
|
+
// using std::ranges::constant_range;
|
|
62
|
+
using std::ranges::contiguous_range;
|
|
63
|
+
using std::ranges::forward_range;
|
|
64
|
+
using std::ranges::input_range;
|
|
65
|
+
using std::ranges::output_range;
|
|
66
|
+
using std::ranges::random_access_range;
|
|
67
|
+
using std::ranges::viewable_range;
|
|
68
|
+
|
|
69
|
+
// [view.interface], class template view_interface
|
|
70
|
+
using std::ranges::view_interface;
|
|
71
|
+
|
|
72
|
+
// [range.subrange], sub-ranges
|
|
73
|
+
using std::ranges::subrange;
|
|
74
|
+
using std::ranges::subrange_kind;
|
|
75
|
+
|
|
76
|
+
using std::ranges::get;
|
|
77
|
+
} // namespace ranges
|
|
78
|
+
|
|
79
|
+
using std::ranges::get;
|
|
80
|
+
|
|
81
|
+
namespace ranges {
|
|
82
|
+
|
|
83
|
+
// [range.dangling], dangling iterator handling
|
|
84
|
+
using std::ranges::dangling;
|
|
85
|
+
|
|
86
|
+
#if _LIBCPP_STD_VER >= 23
|
|
87
|
+
// [range.elementsof], class template elements_of
|
|
88
|
+
using std::ranges::elements_of;
|
|
89
|
+
#endif
|
|
90
|
+
|
|
91
|
+
using std::ranges::borrowed_iterator_t;
|
|
92
|
+
|
|
93
|
+
using std::ranges::borrowed_subrange_t;
|
|
94
|
+
|
|
95
|
+
#if _LIBCPP_STD_VER >= 23
|
|
96
|
+
// [range.utility.conv], range conversions
|
|
97
|
+
using std::ranges::to;
|
|
98
|
+
#endif
|
|
99
|
+
|
|
100
|
+
// [range.empty], empty view
|
|
101
|
+
using std::ranges::empty_view;
|
|
102
|
+
|
|
103
|
+
namespace views {
|
|
104
|
+
using std::ranges::views::empty;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// [range.single], single view
|
|
108
|
+
using std::ranges::single_view;
|
|
109
|
+
|
|
110
|
+
namespace views {
|
|
111
|
+
using std::ranges::views::single;
|
|
112
|
+
} // namespace views
|
|
113
|
+
|
|
114
|
+
// [range.iota], iota view
|
|
115
|
+
using std::ranges::iota_view;
|
|
116
|
+
|
|
117
|
+
namespace views {
|
|
118
|
+
using std::ranges::views::iota;
|
|
119
|
+
#if _LIBCPP_STD_VER >= 26
|
|
120
|
+
using std::ranges::views::indices;
|
|
121
|
+
#endif
|
|
122
|
+
} // namespace views
|
|
123
|
+
|
|
124
|
+
#if _LIBCPP_STD_VER >= 23
|
|
125
|
+
// [range.repeat], repeat view
|
|
126
|
+
using std::ranges::repeat_view;
|
|
127
|
+
|
|
128
|
+
namespace views {
|
|
129
|
+
using std::ranges::views::repeat;
|
|
130
|
+
} // namespace views
|
|
131
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
132
|
+
|
|
133
|
+
#if _LIBCPP_HAS_LOCALIZATION
|
|
134
|
+
// [range.istream], istream view
|
|
135
|
+
using std::ranges::basic_istream_view;
|
|
136
|
+
using std::ranges::istream_view;
|
|
137
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
138
|
+
using std::ranges::wistream_view;
|
|
139
|
+
# endif
|
|
140
|
+
|
|
141
|
+
namespace views {
|
|
142
|
+
using std::ranges::views::istream;
|
|
143
|
+
}
|
|
144
|
+
#endif // _LIBCPP_HAS_LOCALIZATION
|
|
145
|
+
|
|
146
|
+
// Note: This declaration not in the synopsis or explicitly in the wording.
|
|
147
|
+
// However it is needed for the range adaptors.
|
|
148
|
+
// [range.adaptor.object]/3
|
|
149
|
+
// The template parameter D for range_adaptor_closure may be an
|
|
150
|
+
// incomplete type. If an expression of type cv D is used as an operand
|
|
151
|
+
// to the | operator, D shall be complete and model
|
|
152
|
+
// derived_from<range_adaptor_closure<D>>. The behavior of an expression
|
|
153
|
+
// involving an object of type cv D as an operand to the | operator is
|
|
154
|
+
// undefined if overload resolution selects a program-defined operator|
|
|
155
|
+
// function.
|
|
156
|
+
// This is used internally in C++20 mode.
|
|
157
|
+
using std::ranges::operator|;
|
|
158
|
+
#if _LIBCPP_STD_VER >= 23
|
|
159
|
+
// [range.adaptor.object], range adaptor objects
|
|
160
|
+
using std::ranges::range_adaptor_closure;
|
|
161
|
+
#endif
|
|
162
|
+
|
|
163
|
+
// [range.all], all view
|
|
164
|
+
namespace views {
|
|
165
|
+
using std::ranges::views::all;
|
|
166
|
+
using std::ranges::views::all_t;
|
|
167
|
+
} // namespace views
|
|
168
|
+
|
|
169
|
+
// [range.ref.view], ref view
|
|
170
|
+
using std::ranges::ref_view;
|
|
171
|
+
|
|
172
|
+
// [range.owning.view], owning view
|
|
173
|
+
using std::ranges::owning_view;
|
|
174
|
+
|
|
175
|
+
#if _LIBCPP_STD_VER >= 23
|
|
176
|
+
// [range.as.rvalue], as rvalue view
|
|
177
|
+
using std::ranges::as_rvalue_view;
|
|
178
|
+
|
|
179
|
+
namespace views {
|
|
180
|
+
using std::ranges::views::as_rvalue;
|
|
181
|
+
} // namespace views
|
|
182
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
183
|
+
|
|
184
|
+
// [range.filter], filter view
|
|
185
|
+
using std::ranges::filter_view;
|
|
186
|
+
|
|
187
|
+
namespace views {
|
|
188
|
+
using std::ranges::views::filter;
|
|
189
|
+
} // namespace views
|
|
190
|
+
|
|
191
|
+
// [range.transform], transform view
|
|
192
|
+
using std::ranges::transform_view;
|
|
193
|
+
|
|
194
|
+
namespace views {
|
|
195
|
+
using std::ranges::views::transform;
|
|
196
|
+
} // namespace views
|
|
197
|
+
|
|
198
|
+
// [range.take], take view
|
|
199
|
+
using std::ranges::take_view;
|
|
200
|
+
|
|
201
|
+
namespace views {
|
|
202
|
+
using std::ranges::views::take;
|
|
203
|
+
} // namespace views
|
|
204
|
+
|
|
205
|
+
// [range.take.while], take while view
|
|
206
|
+
using std::ranges::take_while_view;
|
|
207
|
+
|
|
208
|
+
namespace views {
|
|
209
|
+
using std::ranges::views::take_while;
|
|
210
|
+
} // namespace views
|
|
211
|
+
|
|
212
|
+
// [range.drop], drop view
|
|
213
|
+
using std::ranges::drop_view;
|
|
214
|
+
|
|
215
|
+
namespace views {
|
|
216
|
+
using std::ranges::views::drop;
|
|
217
|
+
} // namespace views
|
|
218
|
+
|
|
219
|
+
// [range.drop.while], drop while view
|
|
220
|
+
using std::ranges::drop_while_view;
|
|
221
|
+
|
|
222
|
+
namespace views {
|
|
223
|
+
using std::ranges::views::drop_while;
|
|
224
|
+
} // namespace views
|
|
225
|
+
|
|
226
|
+
using std::ranges::join_view;
|
|
227
|
+
|
|
228
|
+
namespace views {
|
|
229
|
+
using std::ranges::views::join;
|
|
230
|
+
} // namespace views
|
|
231
|
+
|
|
232
|
+
#if _LIBCPP_STD_VER >= 23
|
|
233
|
+
// [range.join.with]
|
|
234
|
+
using std::ranges::join_with_view;
|
|
235
|
+
|
|
236
|
+
namespace views {
|
|
237
|
+
using std::ranges::views::join_with;
|
|
238
|
+
} // namespace views
|
|
239
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
240
|
+
|
|
241
|
+
using std::ranges::lazy_split_view;
|
|
242
|
+
|
|
243
|
+
// [range.split], split view
|
|
244
|
+
using std::ranges::split_view;
|
|
245
|
+
|
|
246
|
+
namespace views {
|
|
247
|
+
using std::ranges::views::lazy_split;
|
|
248
|
+
using std::ranges::views::split;
|
|
249
|
+
} // namespace views
|
|
250
|
+
|
|
251
|
+
// [range.counted], counted view
|
|
252
|
+
namespace views {
|
|
253
|
+
using std::ranges::views::counted;
|
|
254
|
+
} // namespace views
|
|
255
|
+
|
|
256
|
+
// [range.common], common view
|
|
257
|
+
using std::ranges::common_view;
|
|
258
|
+
|
|
259
|
+
namespace views {
|
|
260
|
+
using std::ranges::views::common;
|
|
261
|
+
} // namespace views
|
|
262
|
+
|
|
263
|
+
// [range.reverse], reverse view
|
|
264
|
+
using std::ranges::reverse_view;
|
|
265
|
+
|
|
266
|
+
namespace views {
|
|
267
|
+
using std::ranges::views::reverse;
|
|
268
|
+
} // namespace views
|
|
269
|
+
|
|
270
|
+
// [range.as.const], as const view
|
|
271
|
+
#if 0
|
|
272
|
+
using std::ranges::as_const_view;
|
|
273
|
+
|
|
274
|
+
namespace views {
|
|
275
|
+
using std::ranges::views::as_const;
|
|
276
|
+
} // namespace views
|
|
277
|
+
#endif
|
|
278
|
+
// [range.elements], elements view
|
|
279
|
+
using std::ranges::elements_view;
|
|
280
|
+
|
|
281
|
+
using std::ranges::keys_view;
|
|
282
|
+
using std::ranges::values_view;
|
|
283
|
+
|
|
284
|
+
namespace views {
|
|
285
|
+
using std::ranges::views::elements;
|
|
286
|
+
using std::ranges::views::keys;
|
|
287
|
+
using std::ranges::views::values;
|
|
288
|
+
} // namespace views
|
|
289
|
+
|
|
290
|
+
#if _LIBCPP_STD_VER >= 23
|
|
291
|
+
// [range.zip], zip view
|
|
292
|
+
using std::ranges::zip_view;
|
|
293
|
+
|
|
294
|
+
namespace views {
|
|
295
|
+
using std::ranges::views::zip;
|
|
296
|
+
} // namespace views
|
|
297
|
+
|
|
298
|
+
// [range.zip.transform], zip transform view
|
|
299
|
+
using std::ranges::zip_transform_view;
|
|
300
|
+
|
|
301
|
+
namespace views {
|
|
302
|
+
using std::ranges::views::zip_transform;
|
|
303
|
+
}
|
|
304
|
+
using std::ranges::adjacent_view;
|
|
305
|
+
|
|
306
|
+
namespace views {
|
|
307
|
+
using std::ranges::views::adjacent;
|
|
308
|
+
using std::ranges::views::pairwise;
|
|
309
|
+
} // namespace views
|
|
310
|
+
|
|
311
|
+
using std::ranges::adjacent_transform_view;
|
|
312
|
+
|
|
313
|
+
namespace views {
|
|
314
|
+
using std::ranges::views::adjacent_transform;
|
|
315
|
+
using std::ranges::views::pairwise_transform;
|
|
316
|
+
} // namespace views
|
|
317
|
+
|
|
318
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
319
|
+
|
|
320
|
+
#if 0
|
|
321
|
+
using std::ranges::chunk_view;
|
|
322
|
+
|
|
323
|
+
using std::ranges::chunk_view<V>;
|
|
324
|
+
|
|
325
|
+
namespace views {
|
|
326
|
+
using std::ranges::views::chunk;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
using std::ranges::slide_view;
|
|
330
|
+
|
|
331
|
+
namespace views {
|
|
332
|
+
using std::ranges::views::slide;
|
|
333
|
+
}
|
|
334
|
+
#endif
|
|
335
|
+
|
|
336
|
+
#if _LIBCPP_STD_VER >= 23
|
|
337
|
+
// [range.chunk.by], chunk by view
|
|
338
|
+
using std::ranges::chunk_by_view;
|
|
339
|
+
|
|
340
|
+
namespace views {
|
|
341
|
+
using std::ranges::views::chunk_by;
|
|
342
|
+
}
|
|
343
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
344
|
+
|
|
345
|
+
#if 0
|
|
346
|
+
// [range.stride], stride view
|
|
347
|
+
using std::ranges::stride_view;
|
|
348
|
+
|
|
349
|
+
namespace views {
|
|
350
|
+
using std::ranges::views::stride;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
using std::ranges::cartesian_product_view;
|
|
354
|
+
|
|
355
|
+
namespace views {
|
|
356
|
+
using std::ranges::views::cartesian_product;
|
|
357
|
+
}
|
|
358
|
+
#endif
|
|
359
|
+
} // namespace ranges
|
|
360
|
+
|
|
361
|
+
namespace views = ranges::views;
|
|
362
|
+
|
|
363
|
+
using std::tuple_element;
|
|
364
|
+
using std::tuple_size;
|
|
365
|
+
|
|
366
|
+
#if _LIBCPP_STD_VER >= 23
|
|
367
|
+
using std::from_range;
|
|
368
|
+
using std::from_range_t;
|
|
369
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
370
|
+
} // namespace std
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
// [ratio.ratio], class template ratio
|
|
12
|
+
using std::ratio;
|
|
13
|
+
|
|
14
|
+
// [ratio.arithmetic], ratio arithmetic
|
|
15
|
+
using std::ratio_add;
|
|
16
|
+
using std::ratio_divide;
|
|
17
|
+
using std::ratio_multiply;
|
|
18
|
+
using std::ratio_subtract;
|
|
19
|
+
|
|
20
|
+
// [ratio.comparison], ratio comparison
|
|
21
|
+
using std::ratio_equal;
|
|
22
|
+
using std::ratio_greater;
|
|
23
|
+
using std::ratio_greater_equal;
|
|
24
|
+
using std::ratio_less;
|
|
25
|
+
using std::ratio_less_equal;
|
|
26
|
+
using std::ratio_not_equal;
|
|
27
|
+
|
|
28
|
+
using std::ratio_equal_v;
|
|
29
|
+
using std::ratio_greater_equal_v;
|
|
30
|
+
using std::ratio_greater_v;
|
|
31
|
+
using std::ratio_less_equal_v;
|
|
32
|
+
using std::ratio_less_v;
|
|
33
|
+
using std::ratio_not_equal_v;
|
|
34
|
+
|
|
35
|
+
// [ratio.si], convenience SI typedefs
|
|
36
|
+
using std::atto;
|
|
37
|
+
using std::centi;
|
|
38
|
+
using std::deca;
|
|
39
|
+
using std::deci;
|
|
40
|
+
using std::exa;
|
|
41
|
+
using std::femto;
|
|
42
|
+
using std::giga;
|
|
43
|
+
using std::hecto;
|
|
44
|
+
using std::kilo;
|
|
45
|
+
using std::mega;
|
|
46
|
+
using std::micro;
|
|
47
|
+
using std::milli;
|
|
48
|
+
using std::nano;
|
|
49
|
+
using std::peta;
|
|
50
|
+
using std::pico;
|
|
51
|
+
using std::tera;
|
|
52
|
+
|
|
53
|
+
// These are not supported by libc++, due to the range of intmax_t
|
|
54
|
+
// using std::yocto;
|
|
55
|
+
// using std::yotta;
|
|
56
|
+
// using std::zepto;
|
|
57
|
+
// using std::zetta
|
|
58
|
+
} // namespace std
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
// 2.2.3, class template rcu_obj_base using std::rcu_obj_base;
|
|
14
|
+
// 2.2.4, class rcu_domain
|
|
15
|
+
using std::rcu_domain;
|
|
16
|
+
using std::rcu_default_domain();
|
|
17
|
+
using std::rcu_barrier;
|
|
18
|
+
using std::rcu_retire;
|
|
19
|
+
using std::rcu_synchronize;
|
|
20
|
+
# endif // _LIBCPP_STD_VER >= 23
|
|
21
|
+
#endif
|
|
22
|
+
} // namespace std
|
|
@@ -0,0 +1,117 @@
|
|
|
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
|
+
// [re.const], regex constants
|
|
13
|
+
namespace regex_constants {
|
|
14
|
+
using std::regex_constants::error_type;
|
|
15
|
+
using std::regex_constants::match_flag_type;
|
|
16
|
+
using std::regex_constants::syntax_option_type;
|
|
17
|
+
|
|
18
|
+
// regex_constants is a bitmask type.
|
|
19
|
+
// [bitmask.types] specified operators
|
|
20
|
+
using std::regex_constants::operator&;
|
|
21
|
+
using std::regex_constants::operator&=;
|
|
22
|
+
using std::regex_constants::operator^;
|
|
23
|
+
using std::regex_constants::operator^=;
|
|
24
|
+
using std::regex_constants::operator|;
|
|
25
|
+
using std::regex_constants::operator|=;
|
|
26
|
+
using std::regex_constants::operator~;
|
|
27
|
+
|
|
28
|
+
} // namespace regex_constants
|
|
29
|
+
|
|
30
|
+
// [re.badexp], class regex_error
|
|
31
|
+
using std::regex_error;
|
|
32
|
+
|
|
33
|
+
// [re.traits], class template regex_traits
|
|
34
|
+
using std::regex_traits;
|
|
35
|
+
|
|
36
|
+
// [re.regex], class template basic_regex
|
|
37
|
+
using std::basic_regex;
|
|
38
|
+
|
|
39
|
+
using std::regex;
|
|
40
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
41
|
+
using std::wregex;
|
|
42
|
+
# endif
|
|
43
|
+
|
|
44
|
+
// [re.regex.swap], basic_regex swap
|
|
45
|
+
using std::swap;
|
|
46
|
+
|
|
47
|
+
// [re.submatch], class template sub_match
|
|
48
|
+
using std::sub_match;
|
|
49
|
+
|
|
50
|
+
using std::csub_match;
|
|
51
|
+
using std::ssub_match;
|
|
52
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
53
|
+
using std::wcsub_match;
|
|
54
|
+
using std::wssub_match;
|
|
55
|
+
# endif
|
|
56
|
+
|
|
57
|
+
// [re.submatch.op], sub_match non-member operators
|
|
58
|
+
using std::operator==;
|
|
59
|
+
using std::operator<=>;
|
|
60
|
+
|
|
61
|
+
using std::operator<<;
|
|
62
|
+
|
|
63
|
+
// [re.results], class template match_results
|
|
64
|
+
using std::match_results;
|
|
65
|
+
|
|
66
|
+
using std::cmatch;
|
|
67
|
+
using std::smatch;
|
|
68
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
69
|
+
using std::wcmatch;
|
|
70
|
+
using std::wsmatch;
|
|
71
|
+
# endif
|
|
72
|
+
|
|
73
|
+
// match_results comparisons
|
|
74
|
+
|
|
75
|
+
// [re.results.swap], match_results swap
|
|
76
|
+
|
|
77
|
+
// [re.alg.match], function template regex_match
|
|
78
|
+
using std::regex_match;
|
|
79
|
+
|
|
80
|
+
// [re.alg.search], function template regex_search
|
|
81
|
+
using std::regex_search;
|
|
82
|
+
|
|
83
|
+
// [re.alg.replace], function template regex_replace
|
|
84
|
+
using std::regex_replace;
|
|
85
|
+
|
|
86
|
+
// [re.regiter], class template regex_iterator
|
|
87
|
+
using std::regex_iterator;
|
|
88
|
+
|
|
89
|
+
using std::cregex_iterator;
|
|
90
|
+
using std::sregex_iterator;
|
|
91
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
92
|
+
using std::wcregex_iterator;
|
|
93
|
+
using std::wsregex_iterator;
|
|
94
|
+
# endif
|
|
95
|
+
|
|
96
|
+
// [re.tokiter], class template regex_token_iterator
|
|
97
|
+
using std::regex_token_iterator;
|
|
98
|
+
|
|
99
|
+
using std::cregex_token_iterator;
|
|
100
|
+
using std::sregex_token_iterator;
|
|
101
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
102
|
+
using std::wcregex_token_iterator;
|
|
103
|
+
using std::wsregex_token_iterator;
|
|
104
|
+
# endif
|
|
105
|
+
|
|
106
|
+
namespace pmr {
|
|
107
|
+
using std::pmr::match_results;
|
|
108
|
+
|
|
109
|
+
using std::pmr::cmatch;
|
|
110
|
+
using std::pmr::smatch;
|
|
111
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
112
|
+
using std::pmr::wcmatch;
|
|
113
|
+
using std::pmr::wsmatch;
|
|
114
|
+
# endif
|
|
115
|
+
} // namespace pmr
|
|
116
|
+
#endif // _LIBCPP_HAS_LOCALIZATION
|
|
117
|
+
} // 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
|
+
// class template scoped_allocator_adaptor
|
|
12
|
+
using std::scoped_allocator_adaptor;
|
|
13
|
+
|
|
14
|
+
// [scoped.adaptor.operators], scoped allocator operators
|
|
15
|
+
using std::operator==;
|
|
16
|
+
|
|
17
|
+
} // namespace std
|