Skip to content

Commit 2be1579

Browse files
committed
Adjusted discussion and P/R upon request of submitter
1 parent 1b59f88 commit 2be1579

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xml/issue4286.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
<discussion>
1414
<p>
15-
LWG <iref ref="4189"/> (accepted in Hagenberg) added nearly the entire <tt>&lt;ranges&gt;</tt> header to freestanding.
15+
<paper num="P1642R11"/> (accepted in C++23) plus LWG <iref ref="4189"/> (accepted in Hagenberg) added nearly the entire
16+
<tt>&lt;ranges&gt;</tt> header to freestanding.
1617
However, the only feature-test macro being added to freestanding is `__cpp_lib_ranges_cache_latest`, which seems weird,
1718
since `views::enumerate` is also added to freestanding following the blanket comment strategy, but its feature-test
1819
macro remains not in freestanding. In retrospective, since all range algorithms are in freestanding via
@@ -61,8 +62,6 @@ This wording is relative to <paper num="N5008"/>.
6162
[&hellip;]
6263
#define __cpp_lib_ranges_iota 202202L <i>// <ins>freestanding,</ins> also in &lt;numeric&gt;</i>
6364
[&hellip;]
64-
#define __cpp_lib_ranges_reserve_hint 202502L <i>// <ins>freestanding,</ins> also in &lt;ranges&gt;</i>
65-
[&hellip;]
6665
#define __cpp_lib_ranges_starts_ends_with 202106L <i>// <ins>freestanding,</ins> also in &lt;algorithm&gt;</i>
6766
[&hellip;]
6867
#define __cpp_lib_robust_nonmodifying_seq_ops 201304L <i>// <ins>freestanding,</ins> also in &lt;algorithm&gt;</i>

0 commit comments

Comments
 (0)