Skip to content

Commit 0c4b154

Browse files
committed
[async.reqmts.proto.allocator] Remove "constructor"
Fixes NB GB-2 (PDTS)
1 parent 651602e commit 0c4b154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/async.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
\rSec2[async.reqmts.proto.allocator]{Proto-allocator requirements}
203203

204204
\pnum
205-
A type \tcode{A} meets the proto-allocator requirements if \tcode{A} is \tcode{CopyConstructible} (\CppXref{copyconstructible}), \tcode{Destructible} (\CppXref{destructible}), and \tcode{allocator_traits<A>::rebind_alloc<U>} meets the allocator requirements (\CppXref{allocator.requirements}), where \tcode{U} is an object type. \begin{note} For example, \tcode{allocator<void>} meets the proto-allocator requirements but not the allocator requirements. \end{note} No constructor, comparison operator, copy operation, move operation, or swap operation on these types shall exit via an exception.
205+
A type \tcode{A} meets the proto-allocator requirements if \tcode{A} is \tcode{CopyConstructible} (\CppXref{copyconstructible}), \tcode{Destructible} (\CppXref{destructible}), and \tcode{allocator_traits<A>::rebind_alloc<U>} meets the allocator requirements (\CppXref{allocator.requirements}), where \tcode{U} is an object type. \begin{note} For example, \tcode{allocator<void>} meets the proto-allocator requirements but not the allocator requirements. \end{note} No comparison operator, copy operation, move operation, or swap operation on these types shall exit via an exception.
206206

207207

208208

0 commit comments

Comments
 (0)