File tree Expand file tree Collapse file tree 1 file changed +49
-3
lines changed
Expand file tree Collapse file tree 1 file changed +49
-3
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,7 @@ an exception to be thrown. — <i>end note</i>]<br/>
169169</blockquote >
170170
171171<note >2022-04-25; Daniel rebases wording on <paper num =" N4910" /></note >
172- </discussion >
173-
174- <resolution >
172+ <superseded >
175173<p >
176174This wording is relative to <paper num =" N4910" />.
177175</p >
@@ -212,6 +210,54 @@ a<ins>3</ins>.max_size()
212210</li >
213211
214212</ol >
213+ </superseded >
214+
215+ <note >2025-10-10; Jonathan provides improved wording</note >
216+
217+ </discussion >
218+
219+ <resolution >
220+ <p >
221+ This wording is relative to <paper num =" N5014" />.
222+ </p >
223+
224+ <ol >
225+ <li ><p >Change <sref ref =" [allocator.requirements.general]" /> as indicated:</p >
226+
227+
228+ <blockquote >
229+ <p >
230+ -2- In subclause <sref ref =" [allocator.requirements]" />,
231+ </p >
232+ <ol style =" list-style-type:none" >
233+ <li ><p >(2.1) — [… ]</p ></li >
234+ <li ><p >[… ]</p ></li >
235+ <li ><p >(2.6) — <tt >a</tt >, <tt >a1</tt >, <tt >a2</tt > denote lvalues of type <tt >X</tt >,</p ></li >
236+ <li ><p ><ins >(?.?) — <tt >a3</tt > denotes an lvalue of type (possibly const) <tt >X</tt >,</ins ></p ></li >
237+ <li ><p >[… ]</p ></li >
238+ </ol >
239+ <p >[… ]</p >
240+ <pre >
241+ a<ins >3</ins >.max_size()
242+ </pre >
243+ <blockquote >
244+ <p >
245+ -50- <i >Result:</i > <tt >X::size_type</tt >
246+ <p />
247+ -51- <i >Returns:</i > The largest value that can meaningfully be passed to <tt >X::allocate()</tt >.
248+ <p />
249+ <ins >[<i >Note:</i > Larger values can cause an exception to be thrown. — <i >end note</i >]</ins >
250+ <p />
251+ <ins >-?- <i >Throws:</i > Nothing.</ins >
252+ <p />
253+ -52- <i >Remarks:</i > Default: <tt >numeric_limits< size_type> ::max() / sizeof(value_type)</tt >
254+ </p >
255+ </blockquote >
256+ </blockquote >
257+ </li >
258+
259+ </ol >
260+
215261</resolution >
216262
217263</issue >
You can’t perform that action at this time.
0 commit comments