Skip to content

Commit edadb61

Browse files
committed
[async.reqmts.executor] Remove "constructor"
Fixes NB GB-4 (PDTS)
1 parent 0c4b154 commit edadb61

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
@@ -215,7 +215,7 @@
215215
A type \tcode{X} meets the \tcode{Executor} requirements if it satisfies the requirements of \tcode{CopyConstructible} (\CppXref{copyconstructible}) and \tcode{Destructible} (\CppXref{destructible}), as well as the additional requirements listed below.
216216

217217
\pnum
218-
No constructor, comparison operator, copy operation, move operation, swap operation, or member functions \tcode{context}, \tcode{on_work_started}, and \tcode{on_work_finished} on these types shall exit via an exception.
218+
No comparison operator, copy operation, move operation, swap operation, or member functions \tcode{context}, \tcode{on_work_started}, and \tcode{on_work_finished} on these types shall exit via an exception.
219219

220220
\pnum
221221
The executor copy constructor, comparison operators, and other member functions defined in these requirements shall not introduce data races as a result of concurrent calls to those functions from different threads.

0 commit comments

Comments
 (0)