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,72 @@
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 {
11
+ using ::div_t _LIBCPP_USING_IF_EXISTS;
12
+ using ::ldiv_t _LIBCPP_USING_IF_EXISTS;
13
+ using ::lldiv_t _LIBCPP_USING_IF_EXISTS;
14
+ using ::size_t _LIBCPP_USING_IF_EXISTS;
15
+
16
+ // [support.start.term], start and termination
17
+ using ::_Exit _LIBCPP_USING_IF_EXISTS;
18
+ using ::abort _LIBCPP_USING_IF_EXISTS;
19
+ using ::at_quick_exit _LIBCPP_USING_IF_EXISTS;
20
+ using ::atexit _LIBCPP_USING_IF_EXISTS;
21
+ using ::exit _LIBCPP_USING_IF_EXISTS;
22
+ using ::quick_exit _LIBCPP_USING_IF_EXISTS;
23
+
24
+ using ::getenv _LIBCPP_USING_IF_EXISTS;
25
+ using ::system _LIBCPP_USING_IF_EXISTS;
26
+
27
+ // [c.malloc], C library memory allocation
28
+ using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
29
+ using ::calloc _LIBCPP_USING_IF_EXISTS;
30
+ using ::free _LIBCPP_USING_IF_EXISTS;
31
+ using ::malloc _LIBCPP_USING_IF_EXISTS;
32
+ using ::realloc _LIBCPP_USING_IF_EXISTS;
33
+
34
+ using ::atof _LIBCPP_USING_IF_EXISTS;
35
+ using ::atoi _LIBCPP_USING_IF_EXISTS;
36
+ using ::atol _LIBCPP_USING_IF_EXISTS;
37
+ using ::atoll _LIBCPP_USING_IF_EXISTS;
38
+ using ::strtod _LIBCPP_USING_IF_EXISTS;
39
+ using ::strtof _LIBCPP_USING_IF_EXISTS;
40
+ using ::strtol _LIBCPP_USING_IF_EXISTS;
41
+ using ::strtold _LIBCPP_USING_IF_EXISTS;
42
+ using ::strtoll _LIBCPP_USING_IF_EXISTS;
43
+ using ::strtoul _LIBCPP_USING_IF_EXISTS;
44
+ using ::strtoull _LIBCPP_USING_IF_EXISTS;
45
+
46
+ // [c.mb.wcs], multibyte / wide string and character conversion functions
47
+ using ::mblen _LIBCPP_USING_IF_EXISTS;
48
+ #if _LIBCPP_HAS_WIDE_CHARACTERS
49
+ using ::mbstowcs _LIBCPP_USING_IF_EXISTS;
50
+ using ::mbtowc _LIBCPP_USING_IF_EXISTS;
51
+ using ::wcstombs _LIBCPP_USING_IF_EXISTS;
52
+ using ::wctomb _LIBCPP_USING_IF_EXISTS;
53
+ #endif
54
+ // [alg.c.library], C standard library algorithms
55
+ using ::bsearch _LIBCPP_USING_IF_EXISTS;
56
+ using ::qsort _LIBCPP_USING_IF_EXISTS;
57
+
58
+ // [c.math.rand], low-quality random number generation
59
+ using ::rand _LIBCPP_USING_IF_EXISTS;
60
+ using ::srand _LIBCPP_USING_IF_EXISTS;
61
+
62
+ // [c.math.abs], absolute values
63
+ using ::abs _LIBCPP_USING_IF_EXISTS;
64
+
65
+ using ::labs _LIBCPP_USING_IF_EXISTS;
66
+ using ::llabs _LIBCPP_USING_IF_EXISTS;
67
+
68
+ using ::div _LIBCPP_USING_IF_EXISTS;
69
+ using ::ldiv _LIBCPP_USING_IF_EXISTS;
70
+ using ::lldiv _LIBCPP_USING_IF_EXISTS;
71
+
72
+ } // export
@@ -0,0 +1,36 @@
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 {
11
+ using ::size_t _LIBCPP_USING_IF_EXISTS;
12
+
13
+ using ::memchr _LIBCPP_USING_IF_EXISTS;
14
+ using ::memcmp _LIBCPP_USING_IF_EXISTS;
15
+ using ::memcpy _LIBCPP_USING_IF_EXISTS;
16
+ using ::memmove _LIBCPP_USING_IF_EXISTS;
17
+ using ::memset _LIBCPP_USING_IF_EXISTS;
18
+ using ::strcat _LIBCPP_USING_IF_EXISTS;
19
+ using ::strchr _LIBCPP_USING_IF_EXISTS;
20
+ using ::strcmp _LIBCPP_USING_IF_EXISTS;
21
+ using ::strcoll _LIBCPP_USING_IF_EXISTS;
22
+ using ::strcpy _LIBCPP_USING_IF_EXISTS;
23
+ using ::strcspn _LIBCPP_USING_IF_EXISTS;
24
+ using ::strerror _LIBCPP_USING_IF_EXISTS;
25
+ using ::strlen _LIBCPP_USING_IF_EXISTS;
26
+ using ::strncat _LIBCPP_USING_IF_EXISTS;
27
+ using ::strncmp _LIBCPP_USING_IF_EXISTS;
28
+ using ::strncpy _LIBCPP_USING_IF_EXISTS;
29
+ using ::strpbrk _LIBCPP_USING_IF_EXISTS;
30
+ using ::strrchr _LIBCPP_USING_IF_EXISTS;
31
+ using ::strspn _LIBCPP_USING_IF_EXISTS;
32
+ using ::strstr _LIBCPP_USING_IF_EXISTS;
33
+ using ::strtok _LIBCPP_USING_IF_EXISTS;
34
+ using ::strxfrm _LIBCPP_USING_IF_EXISTS;
35
+
36
+ } // export
@@ -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 {
11
+ using ::clock_t _LIBCPP_USING_IF_EXISTS;
12
+ using ::size_t _LIBCPP_USING_IF_EXISTS;
13
+ using ::time_t _LIBCPP_USING_IF_EXISTS;
14
+
15
+ using ::timespec _LIBCPP_USING_IF_EXISTS;
16
+ using ::tm _LIBCPP_USING_IF_EXISTS;
17
+
18
+ using ::asctime _LIBCPP_USING_IF_EXISTS;
19
+ using ::clock _LIBCPP_USING_IF_EXISTS;
20
+ using ::ctime _LIBCPP_USING_IF_EXISTS;
21
+ using ::difftime _LIBCPP_USING_IF_EXISTS;
22
+ using ::gmtime _LIBCPP_USING_IF_EXISTS;
23
+ using ::localtime _LIBCPP_USING_IF_EXISTS;
24
+ using ::mktime _LIBCPP_USING_IF_EXISTS;
25
+ using ::strftime _LIBCPP_USING_IF_EXISTS;
26
+ using ::time _LIBCPP_USING_IF_EXISTS;
27
+ using ::timespec_get _LIBCPP_USING_IF_EXISTS;
28
+ } // export
@@ -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 {
11
+ // Note the Standard does not mark these symbols optional, but libc++'s header
12
+ // does. So this seems strictly not to be conforming.
13
+
14
+ // mbstate_t is conditionally here, but always present in cwchar.cppm. To avoid
15
+ // conflicing declarations omit the using here.
16
+
17
+ // size_t is conditionally here, but always present in cstddef.cppm. To avoid
18
+ // conflicing declarations omit the using here.
19
+
20
+ #if _LIBCPP_HAS_C8RTOMB_MBRTOC8
21
+ using ::mbrtoc8 _LIBCPP_USING_IF_EXISTS;
22
+ using ::c8rtomb _LIBCPP_USING_IF_EXISTS;
23
+ #endif
24
+ using ::mbrtoc16 _LIBCPP_USING_IF_EXISTS;
25
+ using ::c16rtomb _LIBCPP_USING_IF_EXISTS;
26
+ using ::mbrtoc32 _LIBCPP_USING_IF_EXISTS;
27
+ using ::c32rtomb _LIBCPP_USING_IF_EXISTS;
28
+ } // export
@@ -0,0 +1,80 @@
1
+ // -*- C++ -*-
2
+ //===----------------------------------------------------------------------===//
3
+ //
4
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
+ // See https://llvm.org/LICENSE.txt for license information.
6
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
+ //
8
+ //===----------------------------------------------------------------------===//
9
+
10
+ export {
11
+ #if _LIBCPP_HAS_WIDE_CHARACTERS
12
+ using ::mbstate_t _LIBCPP_USING_IF_EXISTS;
13
+ using ::size_t _LIBCPP_USING_IF_EXISTS;
14
+ using ::wint_t _LIBCPP_USING_IF_EXISTS;
15
+
16
+ using ::tm _LIBCPP_USING_IF_EXISTS;
17
+
18
+ using ::btowc _LIBCPP_USING_IF_EXISTS;
19
+ using ::fgetwc _LIBCPP_USING_IF_EXISTS;
20
+ using ::fgetws _LIBCPP_USING_IF_EXISTS;
21
+ using ::fputwc _LIBCPP_USING_IF_EXISTS;
22
+ using ::fputws _LIBCPP_USING_IF_EXISTS;
23
+ using ::fwide _LIBCPP_USING_IF_EXISTS;
24
+ using ::fwprintf _LIBCPP_USING_IF_EXISTS;
25
+ using ::fwscanf _LIBCPP_USING_IF_EXISTS;
26
+ using ::getwc _LIBCPP_USING_IF_EXISTS;
27
+ using ::getwchar _LIBCPP_USING_IF_EXISTS;
28
+ using ::putwc _LIBCPP_USING_IF_EXISTS;
29
+ using ::putwchar _LIBCPP_USING_IF_EXISTS;
30
+ using ::swprintf _LIBCPP_USING_IF_EXISTS;
31
+ using ::swscanf _LIBCPP_USING_IF_EXISTS;
32
+ using ::ungetwc _LIBCPP_USING_IF_EXISTS;
33
+ using ::vfwprintf _LIBCPP_USING_IF_EXISTS;
34
+ using ::vfwscanf _LIBCPP_USING_IF_EXISTS;
35
+ using ::vswprintf _LIBCPP_USING_IF_EXISTS;
36
+ using ::vswscanf _LIBCPP_USING_IF_EXISTS;
37
+ using ::vwprintf _LIBCPP_USING_IF_EXISTS;
38
+ using ::vwscanf _LIBCPP_USING_IF_EXISTS;
39
+ using ::wcscat _LIBCPP_USING_IF_EXISTS;
40
+ using ::wcschr _LIBCPP_USING_IF_EXISTS;
41
+ using ::wcscmp _LIBCPP_USING_IF_EXISTS;
42
+ using ::wcscoll _LIBCPP_USING_IF_EXISTS;
43
+ using ::wcscpy _LIBCPP_USING_IF_EXISTS;
44
+ using ::wcscspn _LIBCPP_USING_IF_EXISTS;
45
+ using ::wcsftime _LIBCPP_USING_IF_EXISTS;
46
+ using ::wcslen _LIBCPP_USING_IF_EXISTS;
47
+ using ::wcsncat _LIBCPP_USING_IF_EXISTS;
48
+ using ::wcsncmp _LIBCPP_USING_IF_EXISTS;
49
+ using ::wcsncpy _LIBCPP_USING_IF_EXISTS;
50
+ using ::wcspbrk _LIBCPP_USING_IF_EXISTS;
51
+ using ::wcsrchr _LIBCPP_USING_IF_EXISTS;
52
+ using ::wcsspn _LIBCPP_USING_IF_EXISTS;
53
+ using ::wcsstr _LIBCPP_USING_IF_EXISTS;
54
+ using ::wcstod _LIBCPP_USING_IF_EXISTS;
55
+ using ::wcstof _LIBCPP_USING_IF_EXISTS;
56
+ using ::wcstok _LIBCPP_USING_IF_EXISTS;
57
+ using ::wcstol _LIBCPP_USING_IF_EXISTS;
58
+ using ::wcstold _LIBCPP_USING_IF_EXISTS;
59
+ using ::wcstoll _LIBCPP_USING_IF_EXISTS;
60
+ using ::wcstoul _LIBCPP_USING_IF_EXISTS;
61
+ using ::wcstoull _LIBCPP_USING_IF_EXISTS;
62
+ using ::wcsxfrm _LIBCPP_USING_IF_EXISTS;
63
+ using ::wctob _LIBCPP_USING_IF_EXISTS;
64
+ using ::wmemchr _LIBCPP_USING_IF_EXISTS;
65
+ using ::wmemcmp _LIBCPP_USING_IF_EXISTS;
66
+ using ::wmemcpy _LIBCPP_USING_IF_EXISTS;
67
+ using ::wmemmove _LIBCPP_USING_IF_EXISTS;
68
+ using ::wmemset _LIBCPP_USING_IF_EXISTS;
69
+ using ::wprintf _LIBCPP_USING_IF_EXISTS;
70
+ using ::wscanf _LIBCPP_USING_IF_EXISTS;
71
+
72
+ // [c.mb.wcs], multibyte / wide string and character conversion functions
73
+ using ::mbrlen _LIBCPP_USING_IF_EXISTS;
74
+ using ::mbrtowc _LIBCPP_USING_IF_EXISTS;
75
+ using ::mbsinit _LIBCPP_USING_IF_EXISTS;
76
+ using ::mbsrtowcs _LIBCPP_USING_IF_EXISTS;
77
+ using ::wcrtomb _LIBCPP_USING_IF_EXISTS;
78
+ using ::wcsrtombs _LIBCPP_USING_IF_EXISTS;
79
+ #endif // _LIBCPP_HAS_WIDE_CHARACTERS
80
+ } // export
@@ -0,0 +1,35 @@
1
+ // -*- C++ -*-
2
+ //===----------------------------------------------------------------------===//
3
+ //
4
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
+ // See https://llvm.org/LICENSE.txt for license information.
6
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
+ //
8
+ //===----------------------------------------------------------------------===//
9
+
10
+ export {
11
+ #if _LIBCPP_HAS_WIDE_CHARACTERS
12
+ using ::wctrans_t _LIBCPP_USING_IF_EXISTS;
13
+ using ::wctype_t _LIBCPP_USING_IF_EXISTS;
14
+ using ::wint_t _LIBCPP_USING_IF_EXISTS;
15
+
16
+ using ::iswalnum _LIBCPP_USING_IF_EXISTS;
17
+ using ::iswalpha _LIBCPP_USING_IF_EXISTS;
18
+ using ::iswblank _LIBCPP_USING_IF_EXISTS;
19
+ using ::iswcntrl _LIBCPP_USING_IF_EXISTS;
20
+ using ::iswctype _LIBCPP_USING_IF_EXISTS;
21
+ using ::iswdigit _LIBCPP_USING_IF_EXISTS;
22
+ using ::iswgraph _LIBCPP_USING_IF_EXISTS;
23
+ using ::iswlower _LIBCPP_USING_IF_EXISTS;
24
+ using ::iswprint _LIBCPP_USING_IF_EXISTS;
25
+ using ::iswpunct _LIBCPP_USING_IF_EXISTS;
26
+ using ::iswspace _LIBCPP_USING_IF_EXISTS;
27
+ using ::iswupper _LIBCPP_USING_IF_EXISTS;
28
+ using ::iswxdigit _LIBCPP_USING_IF_EXISTS;
29
+ using ::towctrans _LIBCPP_USING_IF_EXISTS;
30
+ using ::towlower _LIBCPP_USING_IF_EXISTS;
31
+ using ::towupper _LIBCPP_USING_IF_EXISTS;
32
+ using ::wctrans _LIBCPP_USING_IF_EXISTS;
33
+ using ::wctype _LIBCPP_USING_IF_EXISTS;
34
+ #endif // _LIBCPP_HAS_WIDE_CHARACTERS
35
+ } // export
@@ -0,0 +1,108 @@
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
+ // WARNING, this entire header is generated by
11
+ // utils/generate_libcxx_cppm_in.py
12
+ // DO NOT MODIFY!
13
+
14
+ module;
15
+
16
+ #include <__config>
17
+
18
+ // The headers of Table 24: C++ library headers [tab:headers.cpp]
19
+ // and the headers of Table 25: C++ headers for C library facilities [tab:headers.cpp.c]
20
+ #include <cassert>
21
+ #include <cctype>
22
+ #include <cerrno>
23
+ #include <cfenv>
24
+ #include <cfloat>
25
+ #include <cinttypes>
26
+ #include <climits>
27
+ #include <clocale>
28
+ #include <cmath>
29
+ #include <csetjmp>
30
+ #include <csignal>
31
+ #include <cstdarg>
32
+ #include <cstddef>
33
+ #include <cstdint>
34
+ #include <cstdio>
35
+ #include <cstdlib>
36
+ #include <cstring>
37
+ #include <ctime>
38
+ #include <cuchar>
39
+ #include <cwchar>
40
+ #include <cwctype>
41
+
42
+ // *** Headers not yet available ***
43
+ //
44
+ // This validation is mainly to catch when a new header is added but adding the
45
+ // corresponding .inc file is forgotten. However, the check based on __has_include
46
+ // alone doesn't work on Windows because the Windows SDK is on the include path,
47
+ // and that means the MSVC STL headers can be found as well, tricking __has_include
48
+ // into thinking that libc++ provides the header.
49
+ //
50
+ #ifndef _WIN32
51
+ # if __has_include(<debugging>)
52
+ # error "please update the header information for <debugging> in headers_not_available in utils/libcxx/header_information.py"
53
+ # endif // __has_include(<debugging>)
54
+ # if __has_include(<generator>)
55
+ # error "please update the header information for <generator> in headers_not_available in utils/libcxx/header_information.py"
56
+ # endif // __has_include(<generator>)
57
+ # if __has_include(<hazard_pointer>)
58
+ # error "please update the header information for <hazard_pointer> in headers_not_available in utils/libcxx/header_information.py"
59
+ # endif // __has_include(<hazard_pointer>)
60
+ # if __has_include(<inplace_vector>)
61
+ # error "please update the header information for <inplace_vector> in headers_not_available in utils/libcxx/header_information.py"
62
+ # endif // __has_include(<inplace_vector>)
63
+ # if __has_include(<linalg>)
64
+ # error "please update the header information for <linalg> in headers_not_available in utils/libcxx/header_information.py"
65
+ # endif // __has_include(<linalg>)
66
+ # if __has_include(<rcu>)
67
+ # error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
68
+ # endif // __has_include(<rcu>)
69
+ # if __has_include(<spanstream>)
70
+ # error "please update the header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
71
+ # endif // __has_include(<spanstream>)
72
+ # if __has_include(<stacktrace>)
73
+ # error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
74
+ # endif // __has_include(<stacktrace>)
75
+ # if __has_include(<stdfloat>)
76
+ # error "please update the header information for <stdfloat> in headers_not_available in utils/libcxx/header_information.py"
77
+ # endif // __has_include(<stdfloat>)
78
+ # if __has_include(<text_encoding>)
79
+ # error "please update the header information for <text_encoding> in headers_not_available in utils/libcxx/header_information.py"
80
+ # endif // __has_include(<text_encoding>)
81
+ #endif // _WIN32
82
+
83
+ export module std.compat;
84
+ export import std;
85
+
86
+
87
+ #include "std.compat/cassert.inc"
88
+ #include "std.compat/cctype.inc"
89
+ #include "std.compat/cerrno.inc"
90
+ #include "std.compat/cfenv.inc"
91
+ #include "std.compat/cfloat.inc"
92
+ #include "std.compat/cinttypes.inc"
93
+ #include "std.compat/climits.inc"
94
+ #include "std.compat/clocale.inc"
95
+ #include "std.compat/cmath.inc"
96
+ #include "std.compat/csetjmp.inc"
97
+ #include "std.compat/csignal.inc"
98
+ #include "std.compat/cstdarg.inc"
99
+ #include "std.compat/cstddef.inc"
100
+ #include "std.compat/cstdint.inc"
101
+ #include "std.compat/cstdio.inc"
102
+ #include "std.compat/cstdlib.inc"
103
+ #include "std.compat/cstring.inc"
104
+ #include "std.compat/ctime.inc"
105
+ #include "std.compat/cuchar.inc"
106
+ #include "std.compat/cwchar.inc"
107
+ #include "std.compat/cwctype.inc"
108
+
@@ -0,0 +1,280 @@
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
+ // WARNING, this entire header is generated by
11
+ // utils/generate_libcxx_cppm_in.py
12
+ // DO NOT MODIFY!
13
+
14
+ module;
15
+
16
+ #include <__config>
17
+
18
+ // The headers of Table 24: C++ library headers [tab:headers.cpp]
19
+ // and the headers of Table 25: C++ headers for C library facilities [tab:headers.cpp.c]
20
+ #include <algorithm>
21
+ #include <any>
22
+ #include <array>
23
+ #if _LIBCPP_HAS_ATOMIC_HEADER
24
+ # include <atomic>
25
+ #endif
26
+ #include <barrier>
27
+ #include <bit>
28
+ #include <bitset>
29
+ #include <cassert>
30
+ #include <cctype>
31
+ #include <cerrno>
32
+ #include <cfenv>
33
+ #include <cfloat>
34
+ #include <charconv>
35
+ #include <chrono>
36
+ #include <cinttypes>
37
+ #include <climits>
38
+ #include <clocale>
39
+ #include <cmath>
40
+ #include <codecvt>
41
+ #include <compare>
42
+ #include <complex>
43
+ #include <concepts>
44
+ #include <condition_variable>
45
+ #include <coroutine>
46
+ #include <csetjmp>
47
+ #include <csignal>
48
+ #include <cstdarg>
49
+ #include <cstddef>
50
+ #include <cstdint>
51
+ #include <cstdio>
52
+ #include <cstdlib>
53
+ #include <cstring>
54
+ #include <ctime>
55
+ #include <cuchar>
56
+ #include <cwchar>
57
+ #include <cwctype>
58
+ #include <deque>
59
+ #include <exception>
60
+ #include <execution>
61
+ #include <expected>
62
+ #include <filesystem>
63
+ #include <flat_map>
64
+ #include <flat_set>
65
+ #include <format>
66
+ #include <forward_list>
67
+ #include <fstream>
68
+ #include <functional>
69
+ #include <future>
70
+ #include <initializer_list>
71
+ #include <iomanip>
72
+ #include <ios>
73
+ #include <iosfwd>
74
+ #include <iostream>
75
+ #include <istream>
76
+ #include <iterator>
77
+ #include <latch>
78
+ #include <limits>
79
+ #include <list>
80
+ #include <locale>
81
+ #include <map>
82
+ #include <mdspan>
83
+ #include <memory>
84
+ #include <memory_resource>
85
+ #include <mutex>
86
+ #include <new>
87
+ #include <numbers>
88
+ #include <numeric>
89
+ #include <optional>
90
+ #include <ostream>
91
+ #include <print>
92
+ #include <queue>
93
+ #include <random>
94
+ #include <ranges>
95
+ #include <ratio>
96
+ #include <regex>
97
+ #include <scoped_allocator>
98
+ #include <semaphore>
99
+ #include <set>
100
+ #include <shared_mutex>
101
+ #include <source_location>
102
+ #include <span>
103
+ #include <sstream>
104
+ #include <stack>
105
+ #include <stdexcept>
106
+ #include <stop_token>
107
+ #include <streambuf>
108
+ #include <string>
109
+ #include <string_view>
110
+ #include <strstream>
111
+ #include <syncstream>
112
+ #include <system_error>
113
+ #include <thread>
114
+ #include <tuple>
115
+ #include <type_traits>
116
+ #include <typeindex>
117
+ #include <typeinfo>
118
+ #include <unordered_map>
119
+ #include <unordered_set>
120
+ #include <utility>
121
+ #include <valarray>
122
+ #include <variant>
123
+ #include <vector>
124
+ #include <version>
125
+
126
+ // *** Headers not yet available ***
127
+ //
128
+ // This validation is mainly to catch when a new header is added but adding the
129
+ // corresponding .inc file is forgotten. However, the check based on __has_include
130
+ // alone doesn't work on Windows because the Windows SDK is on the include path,
131
+ // and that means the MSVC STL headers can be found as well, tricking __has_include
132
+ // into thinking that libc++ provides the header.
133
+ //
134
+ #ifndef _WIN32
135
+ # if __has_include(<debugging>)
136
+ # error "please update the header information for <debugging> in headers_not_available in utils/libcxx/header_information.py"
137
+ # endif // __has_include(<debugging>)
138
+ # if __has_include(<generator>)
139
+ # error "please update the header information for <generator> in headers_not_available in utils/libcxx/header_information.py"
140
+ # endif // __has_include(<generator>)
141
+ # if __has_include(<hazard_pointer>)
142
+ # error "please update the header information for <hazard_pointer> in headers_not_available in utils/libcxx/header_information.py"
143
+ # endif // __has_include(<hazard_pointer>)
144
+ # if __has_include(<inplace_vector>)
145
+ # error "please update the header information for <inplace_vector> in headers_not_available in utils/libcxx/header_information.py"
146
+ # endif // __has_include(<inplace_vector>)
147
+ # if __has_include(<linalg>)
148
+ # error "please update the header information for <linalg> in headers_not_available in utils/libcxx/header_information.py"
149
+ # endif // __has_include(<linalg>)
150
+ # if __has_include(<rcu>)
151
+ # error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
152
+ # endif // __has_include(<rcu>)
153
+ # if __has_include(<spanstream>)
154
+ # error "please update the header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
155
+ # endif // __has_include(<spanstream>)
156
+ # if __has_include(<stacktrace>)
157
+ # error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
158
+ # endif // __has_include(<stacktrace>)
159
+ # if __has_include(<stdfloat>)
160
+ # error "please update the header information for <stdfloat> in headers_not_available in utils/libcxx/header_information.py"
161
+ # endif // __has_include(<stdfloat>)
162
+ # if __has_include(<text_encoding>)
163
+ # error "please update the header information for <text_encoding> in headers_not_available in utils/libcxx/header_information.py"
164
+ # endif // __has_include(<text_encoding>)
165
+ #endif // _WIN32
166
+
167
+ export module std;
168
+
169
+
170
+ #include "std/algorithm.inc"
171
+ #include "std/any.inc"
172
+ #include "std/array.inc"
173
+ #include "std/atomic.inc"
174
+ #include "std/barrier.inc"
175
+ #include "std/bit.inc"
176
+ #include "std/bitset.inc"
177
+ #include "std/cassert.inc"
178
+ #include "std/cctype.inc"
179
+ #include "std/cerrno.inc"
180
+ #include "std/cfenv.inc"
181
+ #include "std/cfloat.inc"
182
+ #include "std/charconv.inc"
183
+ #include "std/chrono.inc"
184
+ #include "std/cinttypes.inc"
185
+ #include "std/climits.inc"
186
+ #include "std/clocale.inc"
187
+ #include "std/cmath.inc"
188
+ #include "std/codecvt.inc"
189
+ #include "std/compare.inc"
190
+ #include "std/complex.inc"
191
+ #include "std/concepts.inc"
192
+ #include "std/condition_variable.inc"
193
+ #include "std/coroutine.inc"
194
+ #include "std/csetjmp.inc"
195
+ #include "std/csignal.inc"
196
+ #include "std/cstdarg.inc"
197
+ #include "std/cstddef.inc"
198
+ #include "std/cstdint.inc"
199
+ #include "std/cstdio.inc"
200
+ #include "std/cstdlib.inc"
201
+ #include "std/cstring.inc"
202
+ #include "std/ctime.inc"
203
+ #include "std/cuchar.inc"
204
+ #include "std/cwchar.inc"
205
+ #include "std/cwctype.inc"
206
+ #include "std/deque.inc"
207
+ #include "std/exception.inc"
208
+ #include "std/execution.inc"
209
+ #include "std/expected.inc"
210
+ #include "std/filesystem.inc"
211
+ #include "std/flat_map.inc"
212
+ #include "std/flat_set.inc"
213
+ #include "std/format.inc"
214
+ #include "std/forward_list.inc"
215
+ #include "std/fstream.inc"
216
+ #include "std/functional.inc"
217
+ #include "std/future.inc"
218
+ #include "std/generator.inc"
219
+ #include "std/hazard_pointer.inc"
220
+ #include "std/initializer_list.inc"
221
+ #include "std/iomanip.inc"
222
+ #include "std/ios.inc"
223
+ #include "std/iosfwd.inc"
224
+ #include "std/iostream.inc"
225
+ #include "std/istream.inc"
226
+ #include "std/iterator.inc"
227
+ #include "std/latch.inc"
228
+ #include "std/limits.inc"
229
+ #include "std/list.inc"
230
+ #include "std/locale.inc"
231
+ #include "std/map.inc"
232
+ #include "std/mdspan.inc"
233
+ #include "std/memory.inc"
234
+ #include "std/memory_resource.inc"
235
+ #include "std/mutex.inc"
236
+ #include "std/new.inc"
237
+ #include "std/numbers.inc"
238
+ #include "std/numeric.inc"
239
+ #include "std/optional.inc"
240
+ #include "std/ostream.inc"
241
+ #include "std/print.inc"
242
+ #include "std/queue.inc"
243
+ #include "std/random.inc"
244
+ #include "std/ranges.inc"
245
+ #include "std/ratio.inc"
246
+ #include "std/rcu.inc"
247
+ #include "std/regex.inc"
248
+ #include "std/scoped_allocator.inc"
249
+ #include "std/semaphore.inc"
250
+ #include "std/set.inc"
251
+ #include "std/shared_mutex.inc"
252
+ #include "std/source_location.inc"
253
+ #include "std/span.inc"
254
+ #include "std/spanstream.inc"
255
+ #include "std/sstream.inc"
256
+ #include "std/stack.inc"
257
+ #include "std/stacktrace.inc"
258
+ #include "std/stdexcept.inc"
259
+ #include "std/stdfloat.inc"
260
+ #include "std/stop_token.inc"
261
+ #include "std/streambuf.inc"
262
+ #include "std/string.inc"
263
+ #include "std/string_view.inc"
264
+ #include "std/strstream.inc"
265
+ #include "std/syncstream.inc"
266
+ #include "std/system_error.inc"
267
+ #include "std/text_encoding.inc"
268
+ #include "std/thread.inc"
269
+ #include "std/tuple.inc"
270
+ #include "std/type_traits.inc"
271
+ #include "std/typeindex.inc"
272
+ #include "std/typeinfo.inc"
273
+ #include "std/unordered_map.inc"
274
+ #include "std/unordered_set.inc"
275
+ #include "std/utility.inc"
276
+ #include "std/valarray.inc"
277
+ #include "std/variant.inc"
278
+ #include "std/vector.inc"
279
+ #include "std/version.inc"
280
+
@@ -0,0 +1 @@
1
+ import wheel_axle.runtime; wheel_axle.runtime.finalize(fullname);