File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -4035,8 +4035,34 @@ following new paragraph:</span>
4035
4035
</div>
4036
4036
</div>
4037
4037
4038
+ <div class="standardeze">
4039
+ # Language support library <b> [cpp] </b> # {#spec-support}
4040
+
4041
+ <div class="hidden">
4042
+ <h3 class="heading no-toc" id="hidden.support.1"></h3>
4043
+ <h3 class="heading no-toc" id="hidden.support.2"></h3>
4044
+ </div>
4045
+
4046
+ ## Implementation properties <b> [support.limits] </b> ## {#spec-support.limits}
4047
+
4048
+ <div class="hidden">
4049
+ <h4 class="heading no-toc" id="hidden.support.3"></h4>
4050
+ </div>
4051
+
4052
+ ### Header `<version> ` synopsis <b> [version.syn] </b> ### {#spec-version.syn}
4053
+
4054
+ <span class="ed-note"> To the `<version> ` synopsis, add the following:</span>
4055
+
4056
+ <pre highlight="c++">
4057
+ #define __cpp_lib_semaphore 201907L <i> // also in</i> <semaphore>
4058
+ <ins> #define __cpp_lib_senders 2024XXL <i> // also in</i> <execution></ins>
4059
+ #define __cpp_lib_shared_mutex 201505L <i> // also in</i> <shared_mutex>
4060
+ </pre>
4061
+
4062
+ </div> <!-- end of standardeze -->
4063
+
4064
+
4038
4065
<div class="hidden">
4039
- <h2 class="heading no-toc" id="hidden.e.1"> </h2>
4040
4066
<h2 class="heading no-toc" id="hidden.e.2"> </h2>
4041
4067
<h2 class="heading no-toc" id="hidden.e.3"> </h2>
4042
4068
<h2 class="heading no-toc" id="hidden.e.4"> </h2>
You can’t perform that action at this time.
0 commit comments