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,141 @@
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
+
12
+ // [atomics.order], order and consistency
13
+ using std::memory_order _LIBCPP_USING_IF_EXISTS;
14
+ using std::memory_order_acq_rel _LIBCPP_USING_IF_EXISTS;
15
+ using std::memory_order_acquire _LIBCPP_USING_IF_EXISTS;
16
+ using std::memory_order_consume _LIBCPP_USING_IF_EXISTS;
17
+ using std::memory_order_relaxed _LIBCPP_USING_IF_EXISTS;
18
+ using std::memory_order_release _LIBCPP_USING_IF_EXISTS;
19
+ using std::memory_order_seq_cst _LIBCPP_USING_IF_EXISTS;
20
+
21
+ using std::kill_dependency _LIBCPP_USING_IF_EXISTS;
22
+
23
+ // [atomics.ref.generic], class template atomic_ref
24
+ // [atomics.ref.pointer], partial specialization for pointers
25
+ using std::atomic_ref _LIBCPP_USING_IF_EXISTS;
26
+
27
+ // [atomics.types.generic], class template atomic
28
+ using std::atomic _LIBCPP_USING_IF_EXISTS;
29
+
30
+ // [atomics.nonmembers], non-member functions
31
+ using std::atomic_compare_exchange_strong _LIBCPP_USING_IF_EXISTS;
32
+ using std::atomic_compare_exchange_strong_explicit _LIBCPP_USING_IF_EXISTS;
33
+ using std::atomic_compare_exchange_weak _LIBCPP_USING_IF_EXISTS;
34
+ using std::atomic_compare_exchange_weak_explicit _LIBCPP_USING_IF_EXISTS;
35
+ using std::atomic_exchange _LIBCPP_USING_IF_EXISTS;
36
+ using std::atomic_exchange_explicit _LIBCPP_USING_IF_EXISTS;
37
+ using std::atomic_is_lock_free _LIBCPP_USING_IF_EXISTS;
38
+ using std::atomic_load _LIBCPP_USING_IF_EXISTS;
39
+ using std::atomic_load_explicit _LIBCPP_USING_IF_EXISTS;
40
+ using std::atomic_store _LIBCPP_USING_IF_EXISTS;
41
+ using std::atomic_store_explicit _LIBCPP_USING_IF_EXISTS;
42
+
43
+ using std::atomic_fetch_add _LIBCPP_USING_IF_EXISTS;
44
+ using std::atomic_fetch_add_explicit _LIBCPP_USING_IF_EXISTS;
45
+ using std::atomic_fetch_and _LIBCPP_USING_IF_EXISTS;
46
+ using std::atomic_fetch_and_explicit _LIBCPP_USING_IF_EXISTS;
47
+ using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS;
48
+ using std::atomic_fetch_or_explicit _LIBCPP_USING_IF_EXISTS;
49
+ using std::atomic_fetch_sub _LIBCPP_USING_IF_EXISTS;
50
+ using std::atomic_fetch_sub_explicit _LIBCPP_USING_IF_EXISTS;
51
+ using std::atomic_fetch_xor _LIBCPP_USING_IF_EXISTS;
52
+ using std::atomic_fetch_xor_explicit _LIBCPP_USING_IF_EXISTS;
53
+ using std::atomic_notify_all _LIBCPP_USING_IF_EXISTS;
54
+ using std::atomic_notify_one _LIBCPP_USING_IF_EXISTS;
55
+ using std::atomic_wait _LIBCPP_USING_IF_EXISTS;
56
+ using std::atomic_wait_explicit _LIBCPP_USING_IF_EXISTS;
57
+
58
+ // [atomics.alias], type aliases
59
+ using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
60
+ using std::atomic_char _LIBCPP_USING_IF_EXISTS;
61
+ using std::atomic_char16_t _LIBCPP_USING_IF_EXISTS;
62
+ using std::atomic_char32_t _LIBCPP_USING_IF_EXISTS;
63
+ #if _LIBCPP_HAS_CHAR8_T
64
+ using std::atomic_char8_t _LIBCPP_USING_IF_EXISTS;
65
+ #endif
66
+ using std::atomic_int _LIBCPP_USING_IF_EXISTS;
67
+ using std::atomic_llong _LIBCPP_USING_IF_EXISTS;
68
+ using std::atomic_long _LIBCPP_USING_IF_EXISTS;
69
+ using std::atomic_schar _LIBCPP_USING_IF_EXISTS;
70
+ using std::atomic_short _LIBCPP_USING_IF_EXISTS;
71
+ using std::atomic_uchar _LIBCPP_USING_IF_EXISTS;
72
+ using std::atomic_uint _LIBCPP_USING_IF_EXISTS;
73
+ using std::atomic_ullong _LIBCPP_USING_IF_EXISTS;
74
+ using std::atomic_ulong _LIBCPP_USING_IF_EXISTS;
75
+ using std::atomic_ushort _LIBCPP_USING_IF_EXISTS;
76
+ #if _LIBCPP_HAS_WIDE_CHARACTERS
77
+ using std::atomic_wchar_t _LIBCPP_USING_IF_EXISTS;
78
+ #endif
79
+
80
+ using std::atomic_int16_t _LIBCPP_USING_IF_EXISTS;
81
+ using std::atomic_int32_t _LIBCPP_USING_IF_EXISTS;
82
+ using std::atomic_int64_t _LIBCPP_USING_IF_EXISTS;
83
+ using std::atomic_int8_t _LIBCPP_USING_IF_EXISTS;
84
+ using std::atomic_uint16_t _LIBCPP_USING_IF_EXISTS;
85
+ using std::atomic_uint32_t _LIBCPP_USING_IF_EXISTS;
86
+ using std::atomic_uint64_t _LIBCPP_USING_IF_EXISTS;
87
+ using std::atomic_uint8_t _LIBCPP_USING_IF_EXISTS;
88
+
89
+ using std::atomic_int_least16_t _LIBCPP_USING_IF_EXISTS;
90
+ using std::atomic_int_least32_t _LIBCPP_USING_IF_EXISTS;
91
+ using std::atomic_int_least64_t _LIBCPP_USING_IF_EXISTS;
92
+ using std::atomic_int_least8_t _LIBCPP_USING_IF_EXISTS;
93
+ using std::atomic_uint_least16_t _LIBCPP_USING_IF_EXISTS;
94
+ using std::atomic_uint_least32_t _LIBCPP_USING_IF_EXISTS;
95
+ using std::atomic_uint_least64_t _LIBCPP_USING_IF_EXISTS;
96
+ using std::atomic_uint_least8_t _LIBCPP_USING_IF_EXISTS;
97
+
98
+ using std::atomic_int_fast16_t _LIBCPP_USING_IF_EXISTS;
99
+ using std::atomic_int_fast32_t _LIBCPP_USING_IF_EXISTS;
100
+ using std::atomic_int_fast64_t _LIBCPP_USING_IF_EXISTS;
101
+ using std::atomic_int_fast8_t _LIBCPP_USING_IF_EXISTS;
102
+ using std::atomic_uint_fast16_t _LIBCPP_USING_IF_EXISTS;
103
+ using std::atomic_uint_fast32_t _LIBCPP_USING_IF_EXISTS;
104
+ using std::atomic_uint_fast64_t _LIBCPP_USING_IF_EXISTS;
105
+ using std::atomic_uint_fast8_t _LIBCPP_USING_IF_EXISTS;
106
+
107
+ using std::atomic_intmax_t _LIBCPP_USING_IF_EXISTS;
108
+ using std::atomic_intptr_t _LIBCPP_USING_IF_EXISTS;
109
+ using std::atomic_ptrdiff_t _LIBCPP_USING_IF_EXISTS;
110
+ using std::atomic_size_t _LIBCPP_USING_IF_EXISTS;
111
+ using std::atomic_uintmax_t _LIBCPP_USING_IF_EXISTS;
112
+ using std::atomic_uintptr_t _LIBCPP_USING_IF_EXISTS;
113
+
114
+ #ifndef _LIBCPP_NO_LOCK_FREE_TYPES
115
+ using std::atomic_signed_lock_free _LIBCPP_USING_IF_EXISTS;
116
+ using std::atomic_unsigned_lock_free _LIBCPP_USING_IF_EXISTS;
117
+ #endif
118
+
119
+ // [atomics.flag], flag type and operations
120
+ using std::atomic_flag _LIBCPP_USING_IF_EXISTS;
121
+
122
+ using std::atomic_flag_clear _LIBCPP_USING_IF_EXISTS;
123
+ using std::atomic_flag_clear_explicit _LIBCPP_USING_IF_EXISTS;
124
+ using std::atomic_flag_test _LIBCPP_USING_IF_EXISTS;
125
+ using std::atomic_flag_test_and_set _LIBCPP_USING_IF_EXISTS;
126
+ using std::atomic_flag_test_and_set_explicit _LIBCPP_USING_IF_EXISTS;
127
+ using std::atomic_flag_test_explicit _LIBCPP_USING_IF_EXISTS;
128
+
129
+ using std::atomic_flag_notify_all _LIBCPP_USING_IF_EXISTS;
130
+ using std::atomic_flag_notify_one _LIBCPP_USING_IF_EXISTS;
131
+ using std::atomic_flag_wait _LIBCPP_USING_IF_EXISTS;
132
+ using std::atomic_flag_wait_explicit _LIBCPP_USING_IF_EXISTS;
133
+
134
+ // [atomics.fences], fences
135
+ using std::atomic_signal_fence _LIBCPP_USING_IF_EXISTS;
136
+ using std::atomic_thread_fence _LIBCPP_USING_IF_EXISTS;
137
+
138
+ // [depr.atomics.nonmembers]
139
+ using std::atomic_init _LIBCPP_USING_IF_EXISTS;
140
+
141
+ } // 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 _LIBCPP_HAS_THREADS
12
+ using std::barrier;
13
+ #endif
14
+ } // namespace std
@@ -0,0 +1,38 @@
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
+ // [bit.cast], bit_cast
12
+ using std::bit_cast;
13
+
14
+ #if _LIBCPP_STD_VER >= 23
15
+ // [bit.byteswap], byteswap
16
+ using std::byteswap;
17
+ #endif
18
+
19
+ // [bit.pow.two], integral powers of 2
20
+ using std::bit_ceil;
21
+ using std::bit_floor;
22
+ using std::bit_width;
23
+ using std::has_single_bit;
24
+
25
+ // [bit.rotate], rotating
26
+ using std::rotl;
27
+ using std::rotr;
28
+
29
+ // [bit.count], counting
30
+ using std::countl_one;
31
+ using std::countl_zero;
32
+ using std::countr_one;
33
+ using std::countr_zero;
34
+ using std::popcount;
35
+
36
+ // [bit.endian], endian
37
+ using std::endian;
38
+ } // 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
+ using std::bitset;
12
+
13
+ // [bitset.operators], bitset operators
14
+ using std::operator&;
15
+ using std::operator|;
16
+ using std::operator^;
17
+ using std::operator>>;
18
+ using std::operator<<;
19
+
20
+ // [bitset.hash], hash support
21
+ using std::hash;
22
+
23
+ } // namespace std
@@ -0,0 +1,12 @@
1
+ // -*- C++ -*-
2
+ //===----------------------------------------------------------------------===//
3
+ //
4
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
+ // See https://llvm.org/LICENSE.txt for license information.
6
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
+ //
8
+ //===----------------------------------------------------------------------===//
9
+
10
+ export namespace std {
11
+ // This module exports nothing.
12
+ } // 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
+ using std::isalnum _LIBCPP_USING_IF_EXISTS;
12
+ using std::isalpha _LIBCPP_USING_IF_EXISTS;
13
+ using std::isblank _LIBCPP_USING_IF_EXISTS;
14
+ using std::iscntrl _LIBCPP_USING_IF_EXISTS;
15
+ using std::isdigit _LIBCPP_USING_IF_EXISTS;
16
+ using std::isgraph _LIBCPP_USING_IF_EXISTS;
17
+ using std::islower _LIBCPP_USING_IF_EXISTS;
18
+ using std::isprint _LIBCPP_USING_IF_EXISTS;
19
+ using std::ispunct _LIBCPP_USING_IF_EXISTS;
20
+ using std::isspace _LIBCPP_USING_IF_EXISTS;
21
+ using std::isupper _LIBCPP_USING_IF_EXISTS;
22
+ using std::isxdigit _LIBCPP_USING_IF_EXISTS;
23
+ using std::tolower _LIBCPP_USING_IF_EXISTS;
24
+ using std::toupper _LIBCPP_USING_IF_EXISTS;
25
+ } // namespace std
@@ -0,0 +1,12 @@
1
+ // -*- C++ -*-
2
+ //===----------------------------------------------------------------------===//
3
+ //
4
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
+ // See https://llvm.org/LICENSE.txt for license information.
6
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
+ //
8
+ //===----------------------------------------------------------------------===//
9
+
10
+ export namespace std {
11
+ // This module exports nothing.
12
+ } // namespace std
@@ -0,0 +1,30 @@
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
+ // types
12
+ using std::fenv_t _LIBCPP_USING_IF_EXISTS;
13
+ using std::fexcept_t _LIBCPP_USING_IF_EXISTS;
14
+
15
+ // functions
16
+ using std::feclearexcept _LIBCPP_USING_IF_EXISTS;
17
+ using std::fegetexceptflag _LIBCPP_USING_IF_EXISTS;
18
+ using std::feraiseexcept _LIBCPP_USING_IF_EXISTS;
19
+ using std::fesetexceptflag _LIBCPP_USING_IF_EXISTS;
20
+ using std::fetestexcept _LIBCPP_USING_IF_EXISTS;
21
+
22
+ using std::fegetround _LIBCPP_USING_IF_EXISTS;
23
+ using std::fesetround _LIBCPP_USING_IF_EXISTS;
24
+
25
+ using std::fegetenv _LIBCPP_USING_IF_EXISTS;
26
+ using std::feholdexcept _LIBCPP_USING_IF_EXISTS;
27
+ using std::fesetenv _LIBCPP_USING_IF_EXISTS;
28
+ using std::feupdateenv _LIBCPP_USING_IF_EXISTS;
29
+
30
+ } // namespace std
@@ -0,0 +1,12 @@
1
+ // -*- C++ -*-
2
+ //===----------------------------------------------------------------------===//
3
+ //
4
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
+ // See https://llvm.org/LICENSE.txt for license information.
6
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
+ //
8
+ //===----------------------------------------------------------------------===//
9
+
10
+ export namespace std {
11
+ // This module exports nothing.
12
+ } // namespace std
@@ -0,0 +1,34 @@
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
+
12
+ // floating-point format for primitive numerical conversion
13
+ using std::chars_format;
14
+
15
+ // chars_format is a bitmask type.
16
+ // [bitmask.types] specified operators
17
+ using std::operator&;
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
+
25
+ // [charconv.to.chars], primitive numerical output conversion
26
+ using std::to_chars_result;
27
+
28
+ using std::to_chars;
29
+
30
+ // [charconv.from.chars], primitive numerical input conversion
31
+ using std::from_chars_result;
32
+
33
+ using std::from_chars;
34
+ } // namespace std
@@ -0,0 +1,306 @@
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
+
12
+ namespace chrono {
13
+ using std::chrono::duration;
14
+ using std::chrono::time_point;
15
+
16
+ } // namespace chrono
17
+
18
+ using std::common_type;
19
+
20
+ namespace chrono {
21
+
22
+ // [time.traits], customization traits
23
+ using std::chrono::treat_as_floating_point;
24
+ using std::chrono::treat_as_floating_point_v;
25
+
26
+ using std::chrono::duration_values;
27
+
28
+ using std::chrono::is_clock;
29
+ using std::chrono::is_clock_v;
30
+
31
+ // [time.duration.nonmember], duration arithmetic
32
+ using std::chrono::operator+;
33
+ using std::chrono::operator-;
34
+ using std::chrono::operator*;
35
+ using std::chrono::operator/;
36
+ using std::chrono::operator%;
37
+
38
+ // [time.duration.comparisons], duration comparisons
39
+ using std::chrono::operator==;
40
+ using std::chrono::operator<;
41
+ using std::chrono::operator>;
42
+ using std::chrono::operator<=;
43
+ using std::chrono::operator>=;
44
+ using std::chrono::operator<=>;
45
+
46
+ // [time.duration.cast], conversions
47
+ using std::chrono::ceil;
48
+ using std::chrono::duration_cast;
49
+ using std::chrono::floor;
50
+ using std::chrono::round;
51
+
52
+ // [time.duration.io], duration I/O
53
+ #if _LIBCPP_HAS_LOCALIZATION
54
+ using std::chrono::operator<<;
55
+ #endif
56
+ // using std::chrono::from_stream;
57
+
58
+ // convenience typedefs
59
+ using std::chrono::days;
60
+ using std::chrono::hours;
61
+ using std::chrono::microseconds;
62
+ using std::chrono::milliseconds;
63
+ using std::chrono::minutes;
64
+ using std::chrono::months;
65
+ using std::chrono::nanoseconds;
66
+ using std::chrono::seconds;
67
+ using std::chrono::weeks;
68
+ using std::chrono::years;
69
+
70
+ // [time.point.nonmember], time_point arithmetic
71
+
72
+ // [time.point.comparisons], time_point comparisons
73
+
74
+ // [time.point.cast], conversions
75
+ using std::chrono::time_point_cast;
76
+
77
+ // [time.duration.alg], specialized algorithms
78
+ using std::chrono::abs;
79
+
80
+ // [time.clock.system], class system_clock
81
+ using std::chrono::system_clock;
82
+
83
+ using std::chrono::sys_days;
84
+ using std::chrono::sys_seconds;
85
+ using std::chrono::sys_time;
86
+
87
+ #if _LIBCPP_HAS_TIME_ZONE_DATABASE && _LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION
88
+ # ifdef _LIBCPP_ENABLE_EXPERIMENTAL
89
+
90
+ // [time.clock.utc], class utc_clock
91
+ using std::chrono::utc_clock;
92
+
93
+ using std::chrono::utc_seconds;
94
+ using std::chrono::utc_time;
95
+
96
+ using std::chrono::leap_second_info;
97
+
98
+ using std::chrono::get_leap_second_info;
99
+
100
+ // [time.clock.tai], class tai_clock
101
+ using std::chrono::tai_clock;
102
+
103
+ using std::chrono::tai_seconds;
104
+ using std::chrono::tai_time;
105
+
106
+ // [time.clock.gps], class gps_clock
107
+ using std::chrono::gps_clock;
108
+
109
+ using std::chrono::gps_seconds;
110
+ using std::chrono::gps_time;
111
+ # endif // _LIBCPP_ENABLE_EXPERIMENTAL
112
+ #endif // _LIBCPP_HAS_TIME_ZONE_DATABASE && _LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION
113
+
114
+ // [time.clock.file], type file_clock
115
+ using std::chrono::file_clock;
116
+
117
+ using std::chrono::file_time;
118
+
119
+ #if _LIBCPP_HAS_MONOTONIC_CLOCK
120
+ // [time.clock.steady], class steady_clock
121
+ using std::chrono::steady_clock;
122
+ #endif
123
+
124
+ // [time.clock.hires], class high_resolution_clock
125
+ using std::chrono::high_resolution_clock;
126
+
127
+ // [time.clock.local], local time
128
+ using std::chrono::local_days;
129
+ using std::chrono::local_seconds;
130
+ using std::chrono::local_t;
131
+ using std::chrono::local_time;
132
+
133
+ // [time.clock.cast], time_point conversions
134
+ // using std::chrono::clock_time_conversion;
135
+
136
+ // using std::chrono::clock_cast;
137
+
138
+ // [time.cal.last], class last_spec
139
+ using std::chrono::last_spec;
140
+
141
+ // [time.cal.day], class day
142
+ using std::chrono::day;
143
+
144
+ // [time.cal.month], class month
145
+ using std::chrono::month;
146
+
147
+ // [time.cal.year], class year
148
+ using std::chrono::year;
149
+
150
+ // [time.cal.wd], class weekday
151
+ using std::chrono::weekday;
152
+
153
+ // [time.cal.wdidx], class weekday_indexed
154
+ using std::chrono::weekday_indexed;
155
+
156
+ // [time.cal.wdlast], class weekday_last
157
+ using std::chrono::weekday_last;
158
+
159
+ // [time.cal.md], class month_day
160
+ using std::chrono::month_day;
161
+
162
+ // [time.cal.mdlast], class month_day_last
163
+ using std::chrono::month_day_last;
164
+
165
+ // [time.cal.mwd], class month_weekday
166
+ using std::chrono::month_weekday;
167
+
168
+ // [time.cal.mwdlast], class month_weekday_last
169
+ using std::chrono::month_weekday_last;
170
+
171
+ // [time.cal.ym], class year_month
172
+ using std::chrono::year_month;
173
+
174
+ // [time.cal.ymd], class year_month_day
175
+ using std::chrono::year_month_day;
176
+
177
+ // [time.cal.ymdlast], class year_month_day_last
178
+ using std::chrono::year_month_day_last;
179
+
180
+ // [time.cal.ymwd], class year_month_weekday
181
+ using std::chrono::year_month_weekday;
182
+
183
+ // [time.cal.ymwdlast], class year_month_weekday_last
184
+ using std::chrono::year_month_weekday_last;
185
+
186
+ // [time.cal.operators], civil calendar conventional syntax operators
187
+
188
+ // [time.hms], class template hh_mm_ss
189
+ using std::chrono::hh_mm_ss;
190
+
191
+ // [time.12], 12/24 hour functions
192
+ using std::chrono::is_am;
193
+ using std::chrono::is_pm;
194
+ using std::chrono::make12;
195
+ using std::chrono::make24;
196
+
197
+ #ifdef _LIBCPP_ENABLE_EXPERIMENTAL
198
+
199
+ # if _LIBCPP_HAS_TIME_ZONE_DATABASE && _LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION
200
+
201
+ // [time.zone.db], time zone database
202
+ using std::chrono::tzdb;
203
+ using std::chrono::tzdb_list;
204
+
205
+ // [time.zone.db.access], time zone database access
206
+ using std::chrono::current_zone;
207
+ using std::chrono::get_tzdb;
208
+ using std::chrono::get_tzdb_list;
209
+ using std::chrono::locate_zone;
210
+
211
+ // [time.zone.db.remote], remote time zone database support
212
+ using std::chrono::reload_tzdb;
213
+ using std::chrono::remote_version;
214
+
215
+ # endif // _LIBCPP_HAS_TIME_ZONE_DATABASE && _LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION
216
+
217
+ // [time.zone.exception], exception classes
218
+ using std::chrono::ambiguous_local_time;
219
+ using std::chrono::nonexistent_local_time;
220
+
221
+ // [time.zone.info], information classes
222
+ using std::chrono::local_info;
223
+ using std::chrono::sys_info;
224
+
225
+ # if _LIBCPP_HAS_TIME_ZONE_DATABASE && _LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION
226
+
227
+ // [time.zone.timezone], class time_zone
228
+ using std::chrono::choose;
229
+ using std::chrono::time_zone;
230
+
231
+ // [time.zone.zonedtraits], class template zoned_traits
232
+ using std::chrono::zoned_traits;
233
+
234
+ // [time.zone.zonedtime], class template zoned_time
235
+ using std::chrono::zoned_time;
236
+
237
+ using std::chrono::zoned_seconds;
238
+
239
+ // [time.zone.leap], leap second support
240
+ using std::chrono::leap_second;
241
+
242
+ // [time.zone.link], class time_zone_link
243
+ using std::chrono::time_zone_link;
244
+
245
+ # if 0
246
+ // [time.format], formatting
247
+ using std::chrono::local_time_format;
248
+ # endif
249
+ # endif // _LIBCPP_HAS_TIME_ZONE_DATABASE && _LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION
250
+ #endif // _LIBCPP_ENABLE_EXPERIMENTAL
251
+
252
+ } // namespace chrono
253
+
254
+ #if _LIBCPP_HAS_LOCALIZATION
255
+ using std::formatter;
256
+ #endif
257
+
258
+ namespace chrono {
259
+ // using std::chrono::parse;
260
+
261
+ // calendrical constants
262
+ using std::chrono::last;
263
+
264
+ using std::chrono::Friday;
265
+ using std::chrono::Monday;
266
+ using std::chrono::Saturday;
267
+ using std::chrono::Sunday;
268
+ using std::chrono::Thursday;
269
+ using std::chrono::Tuesday;
270
+ using std::chrono::Wednesday;
271
+
272
+ using std::chrono::April;
273
+ using std::chrono::August;
274
+ using std::chrono::December;
275
+ using std::chrono::February;
276
+ using std::chrono::January;
277
+ using std::chrono::July;
278
+ using std::chrono::June;
279
+ using std::chrono::March;
280
+ using std::chrono::May;
281
+ using std::chrono::November;
282
+ using std::chrono::October;
283
+ using std::chrono::September;
284
+
285
+ } // namespace chrono
286
+
287
+ #if _LIBCPP_STD_VER >= 26
288
+ using std::hash;
289
+ #endif
290
+
291
+ } // namespace std
292
+ export namespace std::inline literals::inline chrono_literals {
293
+ // [time.duration.literals], suffixes for duration literals
294
+ using std::literals::chrono_literals::operator""h;
295
+ using std::literals::chrono_literals::operator""min;
296
+ using std::literals::chrono_literals::operator""s;
297
+ using std::literals::chrono_literals::operator""ms;
298
+ using std::literals::chrono_literals::operator""us;
299
+ using std::literals::chrono_literals::operator""ns;
300
+
301
+ // [using std::literals::chrono_literals::.cal.day.nonmembers], non-member functions
302
+ using std::literals::chrono_literals::operator""d;
303
+
304
+ // [using std::literals::chrono_literals::.cal.year.nonmembers], non-member functions
305
+ using std::literals::chrono_literals::operator""y;
306
+ } // namespace std::inline literals::inline chrono_literals
@@ -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
+ using std::imaxdiv_t _LIBCPP_USING_IF_EXISTS;
12
+
13
+ using std::imaxabs _LIBCPP_USING_IF_EXISTS;
14
+ using std::imaxdiv _LIBCPP_USING_IF_EXISTS;
15
+ using std::strtoimax _LIBCPP_USING_IF_EXISTS;
16
+ using std::strtoumax _LIBCPP_USING_IF_EXISTS;
17
+ using std::wcstoimax _LIBCPP_USING_IF_EXISTS;
18
+ using std::wcstoumax _LIBCPP_USING_IF_EXISTS;
19
+
20
+ // abs is conditionally here, but always present in cmath.cppm. To avoid
21
+ // conflicing declarations omit the using here.
22
+
23
+ // div is conditionally here, but always present in cstdlib.cppm. To avoid
24
+ // conflicing declarations omit the using here.
25
+ } // namespace std