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.

Files changed (149) hide show
  1. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libLLVM.so.22.1-rc1 +0 -0
  2. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libLTO.so.22.1-rc1 +0 -0
  3. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libRemarks.so.22.1-rc1 +0 -0
  4. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.modules.json +26 -0
  5. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.so +1 -0
  6. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.so.1.0 +0 -0
  7. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++abi.so.1.0 +0 -0
  8. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libunwind.so.1.0 +0 -0
  9. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/algorithm.inc +624 -0
  10. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/any.inc +23 -0
  11. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/array.inc +29 -0
  12. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/atomic.inc +141 -0
  13. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/barrier.inc +14 -0
  14. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/bit.inc +38 -0
  15. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/bitset.inc +23 -0
  16. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cassert.inc +12 -0
  17. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cctype.inc +25 -0
  18. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cerrno.inc +12 -0
  19. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cfenv.inc +30 -0
  20. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cfloat.inc +12 -0
  21. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/charconv.inc +34 -0
  22. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/chrono.inc +306 -0
  23. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cinttypes.inc +25 -0
  24. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/climits.inc +12 -0
  25. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/clocale.inc +17 -0
  26. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cmath.inc +376 -0
  27. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/codecvt.inc +20 -0
  28. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/compare.inc +51 -0
  29. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/complex.inc +78 -0
  30. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/concepts.inc +96 -0
  31. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/condition_variable.inc +22 -0
  32. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/coroutine.inc +33 -0
  33. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/csetjmp.inc +13 -0
  34. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/csignal.inc +18 -0
  35. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdarg.inc +12 -0
  36. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstddef.inc +31 -0
  37. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdint.inc +50 -0
  38. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdio.inc +60 -0
  39. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdlib.inc +71 -0
  40. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstring.inc +35 -0
  41. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ctime.inc +28 -0
  42. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cuchar.inc +28 -0
  43. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cwchar.inc +80 -0
  44. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cwctype.inc +35 -0
  45. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/deque.inc +26 -0
  46. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/exception.inc +29 -0
  47. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/execution.inc +36 -0
  48. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/expected.inc +25 -0
  49. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/filesystem.inc +121 -0
  50. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/flat_map.inc +31 -0
  51. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/flat_set.inc +29 -0
  52. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/format.inc +84 -0
  53. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/forward_list.inc +26 -0
  54. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/fstream.inc +44 -0
  55. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/functional.inc +124 -0
  56. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/future.inc +55 -0
  57. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/generator.inc +14 -0
  58. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/hazard_pointer.inc +23 -0
  59. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/initializer_list.inc +16 -0
  60. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iomanip.inc +25 -0
  61. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ios.inc +76 -0
  62. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iosfwd.inc +40 -0
  63. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iostream.inc +24 -0
  64. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/istream.inc +30 -0
  65. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iterator.inc +244 -0
  66. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/latch.inc +14 -0
  67. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/limits.inc +17 -0
  68. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/list.inc +26 -0
  69. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/locale.inc +81 -0
  70. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/map.inc +29 -0
  71. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/mdspan.inc +39 -0
  72. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/memory.inc +215 -0
  73. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/memory_resource.inc +30 -0
  74. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/mutex.inc +44 -0
  75. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/new.inc +42 -0
  76. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/numbers.inc +38 -0
  77. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/numeric.inc +71 -0
  78. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/optional.inc +47 -0
  79. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ostream.inc +42 -0
  80. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/print.inc +21 -0
  81. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/queue.inc +27 -0
  82. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/random.inc +115 -0
  83. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ranges.inc +370 -0
  84. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ratio.inc +58 -0
  85. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/rcu.inc +22 -0
  86. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/regex.inc +117 -0
  87. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/scoped_allocator.inc +17 -0
  88. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/semaphore.inc +17 -0
  89. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/set.inc +29 -0
  90. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/shared_mutex.inc +20 -0
  91. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/source_location.inc +12 -0
  92. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/span.inc +26 -0
  93. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/spanstream.inc +42 -0
  94. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/sstream.inc +42 -0
  95. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stack.inc +24 -0
  96. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stacktrace.inc +35 -0
  97. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stdexcept.inc +20 -0
  98. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stdfloat.inc +26 -0
  99. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stop_token.inc +25 -0
  100. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/streambuf.inc +18 -0
  101. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/string.inc +80 -0
  102. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/string_view.inc +46 -0
  103. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/strstream.inc +19 -0
  104. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/syncstream.inc +28 -0
  105. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/system_error.inc +42 -0
  106. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/text_encoding.inc +19 -0
  107. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/thread.inc +42 -0
  108. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/tuple.inc +55 -0
  109. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/type_traits.inc +344 -0
  110. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/typeindex.inc +13 -0
  111. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/typeinfo.inc +14 -0
  112. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/unordered_map.inc +28 -0
  113. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/unordered_set.inc +28 -0
  114. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/utility.inc +99 -0
  115. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/valarray.inc +68 -0
  116. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/variant.inc +49 -0
  117. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/vector.inc +34 -0
  118. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/version.inc +12 -0
  119. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cassert.inc +12 -0
  120. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cctype.inc +25 -0
  121. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cerrno.inc +12 -0
  122. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cfenv.inc +29 -0
  123. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cfloat.inc +12 -0
  124. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cinttypes.inc +25 -0
  125. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/climits.inc +12 -0
  126. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/clocale.inc +17 -0
  127. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cmath.inc +268 -0
  128. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/csetjmp.inc +13 -0
  129. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/csignal.inc +17 -0
  130. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdarg.inc +10 -0
  131. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstddef.inc +22 -0
  132. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdint.inc +50 -0
  133. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdio.inc +61 -0
  134. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdlib.inc +72 -0
  135. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstring.inc +36 -0
  136. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/ctime.inc +28 -0
  137. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cuchar.inc +28 -0
  138. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cwchar.inc +80 -0
  139. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cwctype.inc +35 -0
  140. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat.cppm +108 -0
  141. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.cppm +280 -0
  142. karellen_llvm_core-22.1.0rc1.post26.data/purelib/karellen_llvm_core-22.1.0rc1.post26.pth +1 -0
  143. karellen_llvm_core-22.1.0rc1.post26.dist-info/METADATA +36 -0
  144. karellen_llvm_core-22.1.0rc1.post26.dist-info/RECORD +149 -0
  145. karellen_llvm_core-22.1.0rc1.post26.dist-info/WHEEL +5 -0
  146. karellen_llvm_core-22.1.0rc1.post26.dist-info/axle.lck +0 -0
  147. karellen_llvm_core-22.1.0rc1.post26.dist-info/namespace_packages.txt +1 -0
  148. karellen_llvm_core-22.1.0rc1.post26.dist-info/symlinks.txt +9 -0
  149. karellen_llvm_core-22.1.0rc1.post26.dist-info/top_level.txt +1 -0
@@ -0,0 +1,121 @@
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::filesystem {
11
+ // [fs.class.path], paths
12
+ using std::filesystem::path;
13
+
14
+ // [fs.path.nonmember], path non-member functions
15
+ using std::filesystem::hash_value;
16
+ using std::filesystem::swap;
17
+
18
+ // [fs.class.filesystem.error], filesystem errors
19
+ using std::filesystem::filesystem_error;
20
+
21
+ #if _LIBCPP_HAS_FILESYSTEM
22
+ // [fs.class.directory.entry], directory entries
23
+ using std::filesystem::directory_entry;
24
+
25
+ // [fs.class.directory.iterator], directory iterators
26
+ using std::filesystem::directory_iterator;
27
+
28
+ // [fs.dir.itr.nonmembers], range access for directory iterators
29
+ using std::filesystem::begin;
30
+ using std::filesystem::end;
31
+
32
+ // [fs.class.rec.dir.itr], recursive directory iterators
33
+ using std::filesystem::recursive_directory_iterator;
34
+ #endif // _LIBCPP_HAS_FILESYSTEM
35
+
36
+ // [fs.rec.dir.itr.nonmembers], range access for recursive directory iterators
37
+
38
+ // [fs.class.file.status], file status
39
+ using std::filesystem::file_status;
40
+ using std::filesystem::space_info;
41
+
42
+ // [fs.enum], enumerations
43
+ using std::filesystem::copy_options;
44
+ using std::filesystem::directory_options;
45
+ using std::filesystem::file_type;
46
+ using std::filesystem::perm_options;
47
+ using std::filesystem::perms;
48
+
49
+ using std::filesystem::file_time_type;
50
+
51
+ // several of these enums are a bitmask type.
52
+ // [bitmask.types] specified operators
53
+ using std::filesystem::operator&;
54
+ using std::filesystem::operator&=;
55
+ using std::filesystem::operator^;
56
+ using std::filesystem::operator^=;
57
+ using std::filesystem::operator|;
58
+ using std::filesystem::operator|=;
59
+ using std::filesystem::operator~;
60
+
61
+ #if _LIBCPP_HAS_FILESYSTEM
62
+ // [fs.op.funcs], filesystem operations
63
+ using std::filesystem::absolute;
64
+ using std::filesystem::canonical;
65
+ using std::filesystem::copy;
66
+ using std::filesystem::copy_file;
67
+ using std::filesystem::copy_symlink;
68
+ using std::filesystem::create_directories;
69
+ using std::filesystem::create_directory;
70
+ using std::filesystem::create_directory_symlink;
71
+ using std::filesystem::create_hard_link;
72
+ using std::filesystem::create_symlink;
73
+ using std::filesystem::current_path;
74
+ using std::filesystem::equivalent;
75
+ using std::filesystem::exists;
76
+ using std::filesystem::file_size;
77
+ using std::filesystem::hard_link_count;
78
+
79
+ using std::filesystem::is_block_file;
80
+ using std::filesystem::is_character_file;
81
+ using std::filesystem::is_directory;
82
+ using std::filesystem::is_empty;
83
+ using std::filesystem::is_fifo;
84
+ using std::filesystem::is_other;
85
+ using std::filesystem::is_regular_file;
86
+ using std::filesystem::is_socket;
87
+ using std::filesystem::is_symlink;
88
+
89
+ using std::filesystem::last_write_time;
90
+ using std::filesystem::permissions;
91
+ using std::filesystem::proximate;
92
+ using std::filesystem::read_symlink;
93
+ using std::filesystem::relative;
94
+ using std::filesystem::remove;
95
+
96
+ using std::filesystem::remove_all;
97
+ using std::filesystem::rename;
98
+ using std::filesystem::resize_file;
99
+ using std::filesystem::space;
100
+ using std::filesystem::status;
101
+ using std::filesystem::status_known;
102
+ using std::filesystem::symlink_status;
103
+ using std::filesystem::temp_directory_path;
104
+ using std::filesystem::weakly_canonical;
105
+ #endif // _LIBCPP_HAS_FILESYSTEM
106
+
107
+ // [depr.fs.path.factory]
108
+ using std::filesystem::u8path;
109
+ } // namespace std::filesystem
110
+
111
+ // [fs.path.hash], hash support
112
+ export namespace std {
113
+ using std::hash;
114
+ }
115
+
116
+ export namespace std::ranges {
117
+ #if _LIBCPP_HAS_FILESYSTEM
118
+ using std::ranges::enable_borrowed_range;
119
+ using std::ranges::enable_view;
120
+ #endif // _LIBCPP_HAS_FILESYSTEM
121
+ } // namespace std::ranges
@@ -0,0 +1,31 @@
1
+ // -*- C++ -*-
2
+ //===----------------------------------------------------------------------===//
3
+ //
4
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
+ // See https://llvm.org/LICENSE.txt for license information.
6
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
+ //
8
+ //===----------------------------------------------------------------------===//
9
+
10
+ export namespace std {
11
+ #if _LIBCPP_STD_VER >= 23
12
+ // [flat.map], class template flat_map
13
+ using std::flat_map;
14
+
15
+ using std::sorted_unique;
16
+ using std::sorted_unique_t;
17
+
18
+ using std::uses_allocator;
19
+
20
+ // [flat.map.erasure], erasure for flat_map
21
+ using std::erase_if;
22
+
23
+ // [flat.multimap], class template flat_multimap
24
+ using std::flat_multimap;
25
+
26
+ using std::sorted_equivalent;
27
+ using std::sorted_equivalent_t;
28
+
29
+ // [flat.multimap.erasure], erasure for flat_multimap
30
+ #endif // _LIBCPP_STD_VER >= 23
31
+ } // 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
+ #if _LIBCPP_STD_VER >= 23
12
+ // [flat.set], class template flat_­set
13
+ using std::flat_set;
14
+
15
+ using std::sorted_unique;
16
+ using std::sorted_unique_t;
17
+
18
+ using std::uses_allocator;
19
+
20
+ // [flat.set.erasure], erasure for flat_­set
21
+ using std::erase_if;
22
+
23
+ // [flat.multiset], class template flat_­multiset
24
+ using std::flat_multiset;
25
+
26
+ using std::sorted_equivalent;
27
+ using std::sorted_equivalent_t;
28
+ #endif // _LIBCPP_STD_VER >= 23
29
+ } // namespace std
@@ -0,0 +1,84 @@
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
+ // [format.context], class template basic_format_context
12
+ using std::basic_format_context;
13
+ using std::format_context;
14
+ #if _LIBCPP_HAS_WIDE_CHARACTERS
15
+ using std::wformat_context;
16
+ #endif
17
+
18
+ // [format.args], class template basic_format_args
19
+ using std::basic_format_args;
20
+ using std::format_args;
21
+ #if _LIBCPP_HAS_WIDE_CHARACTERS
22
+ using std::wformat_args;
23
+ #endif
24
+
25
+ // [format.fmt.string], class template basic_format_string
26
+ using std::basic_format_string;
27
+ using std::format_string;
28
+ #if _LIBCPP_HAS_WIDE_CHARACTERS
29
+ using std::wformat_string;
30
+ #endif
31
+ #if _LIBCPP_STD_VER >= 26
32
+ using std::runtime_format;
33
+ #endif // _LIBCPP_STD_VER >= 26
34
+
35
+ // [format.functions], formatting functions
36
+ using std::format;
37
+ using std::format_to;
38
+ using std::vformat;
39
+ using std::vformat_to;
40
+
41
+ using std::format_to_n;
42
+ using std::format_to_n_result;
43
+ using std::formatted_size;
44
+
45
+ // [format.formatter], formatter
46
+ using std::formatter;
47
+
48
+ #if _LIBCPP_STD_VER >= 23
49
+ using std::enable_nonlocking_formatter_optimization;
50
+
51
+ // [format.formattable], concept formattable
52
+ using std::formattable;
53
+ #endif
54
+
55
+ // [format.parse.ctx], class template basic_format_parse_context
56
+ using std::basic_format_parse_context;
57
+ using std::format_parse_context;
58
+ #if _LIBCPP_HAS_WIDE_CHARACTERS
59
+ using std::wformat_parse_context;
60
+ #endif
61
+
62
+ #if _LIBCPP_STD_VER >= 23
63
+ // [format.range], formatting of ranges
64
+ // [format.range.fmtkind], variable template format_kind
65
+ using std::format_kind;
66
+ using std::range_format;
67
+
68
+ // [format.range.formatter], class template range_formatter
69
+ using std::range_formatter;
70
+ #endif // _LIBCPP_STD_VER >= 23
71
+
72
+ // [format.arg], class template basic_format_arg
73
+ using std::basic_format_arg;
74
+ using std::visit_format_arg;
75
+
76
+ // [format.arg.store], class template format-arg-store
77
+ using std::make_format_args;
78
+ #if _LIBCPP_HAS_WIDE_CHARACTERS
79
+ using std::make_wformat_args;
80
+ #endif
81
+
82
+ // [format.error], class format_error
83
+ using std::format_error;
84
+ } // 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
+ // [forward.list], class template forward_list
12
+ using std::forward_list;
13
+
14
+ using std::operator==;
15
+ using std::operator<=>;
16
+
17
+ using std::swap;
18
+
19
+ // [forward.list.erasure], erasure
20
+ using std::erase;
21
+ using std::erase_if;
22
+
23
+ namespace pmr {
24
+ using std::pmr::forward_list;
25
+ }
26
+ } // namespace std
@@ -0,0 +1,44 @@
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_filebuf;
13
+
14
+ # if _LIBCPP_HAS_FILESYSTEM
15
+ using std::swap;
16
+ # endif
17
+
18
+ using std::filebuf;
19
+ # if _LIBCPP_HAS_WIDE_CHARACTERS
20
+ using std::wfilebuf;
21
+ # endif
22
+
23
+ using std::basic_ifstream;
24
+
25
+ using std::ifstream;
26
+ # if _LIBCPP_HAS_WIDE_CHARACTERS
27
+ using std::wifstream;
28
+ # endif
29
+
30
+ using std::basic_ofstream;
31
+
32
+ using std::ofstream;
33
+ # if _LIBCPP_HAS_WIDE_CHARACTERS
34
+ using std::wofstream;
35
+ # endif
36
+
37
+ using std::basic_fstream;
38
+
39
+ using std::fstream;
40
+ # if _LIBCPP_HAS_WIDE_CHARACTERS
41
+ using std::wfstream;
42
+ # endif
43
+ #endif // _LIBCPP_HAS_LOCALIZATION
44
+ } // namespace std
@@ -0,0 +1,124 @@
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
+ // [func.invoke], invoke
12
+ using std::invoke;
13
+ #if _LIBCPP_STD_VER >= 23
14
+ using std::invoke_r;
15
+ #endif
16
+
17
+ #if _LIBCPP_STD_VER >= 20
18
+ using std::basic_common_reference;
19
+ #endif
20
+
21
+ // [refwrap], reference_wrapper
22
+ using std::reference_wrapper;
23
+
24
+ using std::cref;
25
+ using std::ref;
26
+
27
+ // [arithmetic.operations], arithmetic operations
28
+ using std::divides;
29
+ using std::minus;
30
+ using std::modulus;
31
+ using std::multiplies;
32
+ using std::negate;
33
+ using std::plus;
34
+ // [comparisons], comparisons
35
+ using std::equal_to;
36
+ using std::greater;
37
+ using std::greater_equal;
38
+ using std::less;
39
+ using std::less_equal;
40
+ using std::not_equal_to;
41
+
42
+ // [comparisons.three.way], class compare_three_way
43
+ using std::compare_three_way;
44
+
45
+ // [logical.operations], logical operations
46
+ using std::logical_and;
47
+ using std::logical_not;
48
+ using std::logical_or;
49
+
50
+ // [bitwise.operations], bitwise operations
51
+ using std::bit_and;
52
+ using std::bit_not;
53
+ using std::bit_or;
54
+ using std::bit_xor;
55
+
56
+ // [func.identity], identity
57
+ using std::identity;
58
+
59
+ // [func.not.fn], function template not_fn
60
+ using std::not_fn;
61
+
62
+ // [func.bind.partial], function templates bind_front and bind_back
63
+ using std::bind_front;
64
+ #if _LIBCPP_STD_VER >= 23
65
+ using std::bind_back;
66
+ #endif
67
+
68
+ // [func.bind], bind
69
+ using std::is_bind_expression;
70
+ using std::is_bind_expression_v;
71
+ using std::is_placeholder;
72
+ using std::is_placeholder_v;
73
+
74
+ using std::bind;
75
+
76
+ namespace placeholders {
77
+ // M is the implementation-defined number of placeholders
78
+ using std::placeholders::_1;
79
+ using std::placeholders::_10;
80
+ using std::placeholders::_2;
81
+ using std::placeholders::_3;
82
+ using std::placeholders::_4;
83
+ using std::placeholders::_5;
84
+ using std::placeholders::_6;
85
+ using std::placeholders::_7;
86
+ using std::placeholders::_8;
87
+ using std::placeholders::_9;
88
+ } // namespace placeholders
89
+
90
+ // [func.memfn], member function adaptors
91
+ using std::mem_fn;
92
+
93
+ // [func.wrap], polymorphic function wrappers
94
+ using std::bad_function_call;
95
+
96
+ using std::function;
97
+
98
+ using std::swap;
99
+
100
+ using std::operator==;
101
+
102
+ // [func.wrap.move], move only wrapper
103
+ // using std::move_only_function;
104
+
105
+ // [func.search], searchers
106
+ using std::default_searcher;
107
+
108
+ using std::boyer_moore_searcher;
109
+
110
+ using std::boyer_moore_horspool_searcher;
111
+
112
+ // [unord.hash], class template hash
113
+ using std::hash;
114
+
115
+ namespace ranges {
116
+ // [range.cmp], concept-constrained comparisons
117
+ using std::ranges::equal_to;
118
+ using std::ranges::greater;
119
+ using std::ranges::greater_equal;
120
+ using std::ranges::less;
121
+ using std::ranges::less_equal;
122
+ using std::ranges::not_equal_to;
123
+ } // namespace ranges
124
+ } // namespace std
@@ -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
+ #if _LIBCPP_HAS_THREADS
12
+ using std::future_errc;
13
+ using std::future_status;
14
+ using std::launch;
15
+
16
+ // launch is a bitmask type.
17
+ // [bitmask.types] specified operators
18
+ using std::operator&;
19
+ using std::operator&=;
20
+ using std::operator^;
21
+ using std::operator^=;
22
+ using std::operator|;
23
+ using std::operator|=;
24
+ using std::operator~;
25
+
26
+ // [futures.errors], error handling
27
+ using std::is_error_code_enum;
28
+ using std::make_error_code;
29
+ using std::make_error_condition;
30
+
31
+ using std::future_category;
32
+
33
+ // [futures.future.error], class future_error
34
+ using std::future_error;
35
+
36
+ // [futures.promise], class template promise
37
+ using std::promise;
38
+
39
+ using std::swap;
40
+
41
+ using std::uses_allocator;
42
+
43
+ // [futures.unique.future], class template future
44
+ using std::future;
45
+
46
+ // [futures.shared.future], class template shared_future
47
+ using std::shared_future;
48
+
49
+ // [futures.task], class template packaged_task
50
+ using std::packaged_task;
51
+
52
+ // [futures.async], function template async
53
+ using std::async;
54
+ #endif // _LIBCPP_HAS_THREADS
55
+ } // namespace std
@@ -0,0 +1,14 @@
1
+ // -*- C++ -*-
2
+ //===----------------------------------------------------------------------===//
3
+ //
4
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
+ // See https://llvm.org/LICENSE.txt for license information.
6
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
+ //
8
+ //===----------------------------------------------------------------------===//
9
+
10
+ export namespace std {
11
+ #if 0
12
+ using std::generator;
13
+ #endif
14
+ } // namespace std
@@ -0,0 +1,23 @@
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
+ // 4.1.3, class template hazard_pointer_obj_base
14
+ using std::hazard_pointer_obj_base;
15
+ // 4.1.4, class hazard_pointer
16
+ using std::hazard_pointer;
17
+ // 4.1.5, Construct non-empty hazard_pointer
18
+ using std::make_hazard_pointer;
19
+ // 4.1.6, Hazard pointer swap
20
+ using std::swap;
21
+ # endif // _LIBCPP_STD_VER >= 23
22
+ #endif
23
+ } // namespace std
@@ -0,0 +1,16 @@
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::initializer_list;
12
+
13
+ // [support.initlist.range], initializer list range access
14
+ using std::begin;
15
+ using std::end;
16
+ } // 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_LOCALIZATION
12
+ using std::get_money;
13
+ using std::get_time;
14
+ using std::put_money;
15
+ using std::put_time;
16
+ using std::resetiosflags;
17
+ using std::setbase;
18
+ using std::setfill;
19
+ using std::setiosflags;
20
+ using std::setprecision;
21
+ using std::setw;
22
+
23
+ using std::quoted;
24
+ #endif // _LIBCPP_HAS_LOCALIZATION
25
+ } // namespace std
@@ -0,0 +1,76 @@
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::fpos;
13
+ // based on [tab:fpos.operations]
14
+ using std::operator!=; // Note not affected by P1614, seems like a bug.
15
+ using std::operator-;
16
+ using std::operator==;
17
+
18
+ using std::streamoff;
19
+ using std::streamsize;
20
+
21
+ using std::basic_ios;
22
+ using std::ios_base;
23
+
24
+ // [std.ios.manip], manipulators
25
+ using std::boolalpha;
26
+ using std::noboolalpha;
27
+
28
+ using std::noshowbase;
29
+ using std::showbase;
30
+
31
+ using std::noshowpoint;
32
+ using std::showpoint;
33
+
34
+ using std::noshowpos;
35
+ using std::showpos;
36
+
37
+ using std::noskipws;
38
+ using std::skipws;
39
+
40
+ using std::nouppercase;
41
+ using std::uppercase;
42
+
43
+ using std::nounitbuf;
44
+ using std::unitbuf;
45
+
46
+ // [adjustfield.manip], adjustfield
47
+ using std::internal;
48
+ using std::left;
49
+ using std::right;
50
+
51
+ // [basefield.manip], basefield
52
+ using std::dec;
53
+ using std::hex;
54
+ using std::oct;
55
+
56
+ // [floatfield.manip], floatfield
57
+ using std::defaultfloat;
58
+ using std::fixed;
59
+ using std::hexfloat;
60
+ using std::scientific;
61
+
62
+ // [error.reporting], error reporting
63
+ using std::io_errc;
64
+
65
+ using std::iostream_category;
66
+ using std::is_error_code_enum;
67
+ using std::make_error_code;
68
+ using std::make_error_condition;
69
+
70
+ // [iosfwd.syn]
71
+ using std::ios;
72
+ # if _LIBCPP_HAS_WIDE_CHARACTERS
73
+ using std::wios;
74
+ # endif
75
+ #endif // _LIBCPP_HAS_LOCALIZATION
76
+ } // namespace std