File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 433433
434434\end {LongTable }
435435
436+ \rSec 2[buffer.reqmts.size]{Buffer size}
437+
438+ \pnum
439+ Several places in this Technical Specification make unqualified calls to \tcode {buffer_size}.
440+ The context in which these calls are evaluated shall ensure that
441+ a unary non-member function named \tcode {buffer_size}
442+ is selected via overload resolution (\CppXref {over.match })
443+ on a candidate set that includes:
444+
445+ \begin {itemize }
446+ \item the \tcode {buffer_size} function template defined in \tcode {<experimental/buffer>} (\ref {buffer.synop }) and
447+ \item the lookup set produced by argument-dependent lookup (\CppXref {basic.lookup.argdep }).
448+ \end {itemize }
436449
437450
438451\rSec 2[buffer.reqmts.dynamicbuffer]{Dynamic buffer requirements}
You can’t perform that action at this time.
0 commit comments