Skip to content

Commit 0d1a9c5

Browse files
committed
Add note to 2338 about 4186 resolving part of it
1 parent 193dc9d commit 0d1a9c5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

xml/issue2338.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ required to provide equivalent semantics, to the named locale's facet, not to ac
5151
<p>NM: Effects: doesn't make sense.</p>
5252
<p>JW, NM, Martin Sebor to come up with new wording.</p>
5353

54+
<note>2025-03-06; Jonathan comments</note>
55+
<p>
56+
LWG <iref ref="4186"/> fixed the missing `(getloc())` part.
57+
Maybe we can resolve this differently, by changing <sref ref="[re.traits]"/>
58+
to:
59+
<blockquote>
60+
Let `C` be <code>use_facet&lt;collate&lt;charT&gt; &gt;(getloc())</code>.
61+
If <code>typeid(C) == typeid(collate_byname&lt;charT&gt;)
62+
|| typeid(C) == typeid(collate&lt;charT&gt;)</code> and the form of ...
63+
</blockquote>
64+
</p>
65+
5466
</discussion>
5567

5668
<resolution>

0 commit comments

Comments
 (0)