We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc565a commit 7fe0632Copy full SHA for 7fe0632
xml/issue4058.xml
@@ -37,8 +37,8 @@ which is SFINAE-friendly,
37
<note>2025-10-23; Reflector poll; Status changed: New → LEWG and P3.</note>
38
<p>
39
There is support for both having `std::to_address` SFINAE friendly,
40
-and producing hard error early, for iterators that define they concept
41
-contigous but fail to statisfy the concept due providing `operator->()`.
+and producing hard error early, for iterators that define `iterator_concept`
+as contiguous but fail to satisfy the concept due to not providing `operator->()`.
42
LEWG should decide on which direction is preffered.
43
</p>
44
</discussion>
0 commit comments