Skip to content

Commit 59268fa

Browse files
authored
add the feature test macro __cpp_lib_senders (#258)
1 parent 7144de4 commit 59268fa

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

execution.bs

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4035,8 +4035,34 @@ following new paragraph:</span>
40354035
</div>
40364036
</div>
40374037

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> &lt;semaphore>
4058+
<ins>#define __cpp_lib_senders 2024XXL <i>// also in</i> &lt;execution></ins>
4059+
#define __cpp_lib_shared_mutex 201505L <i>// also in</i> &lt;shared_mutex>
4060+
</pre>
4061+
4062+
</div> <!-- end of standardeze -->
4063+
4064+
40384065
<div class="hidden">
4039-
<h2 class="heading no-toc" id="hidden.e.1"> </h2>
40404066
<h2 class="heading no-toc" id="hidden.e.2"> </h2>
40414067
<h2 class="heading no-toc" id="hidden.e.3"> </h2>
40424068
<h2 class="heading no-toc" id="hidden.e.4"> </h2>

0 commit comments

Comments
 (0)