Skip to content

Commit b4d49f7

Browse files
committed
Correct comment about behaviour of forward_list::resize in impls
1 parent ccd58e5 commit b4d49f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4164.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ there <del>shall be</del> <ins>is</ins> no effect
102102
The proposed resolution potentially mandates a change to `resize` when
103103
increasing the size, requiring implementations to "roll back" earlier
104104
insertions if a later one throws, so that the size is left unchanged.
105-
It appears that all of libstdc++, libc++ and MSVC already do this.
105+
It appears that libstdc++ and MSVC already do this, libc++ does not.
106106
</p>
107107

108108
<note>2024-10-09; LWG telecon: Move to Ready</note>

0 commit comments

Comments
 (0)