Skip to content

Commit 884d39b

Browse files
committed
[future.syn] Remove uses_allocator also from header synopsis.
P3503R3 didn't actually say this, but it is clearly necessary.
1 parent 09a9a41 commit 884d39b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/threads.tex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11183,9 +11183,6 @@
1118311183
template<class R>
1118411184
void swap(promise<R>& x, promise<R>& y) noexcept;
1118511185

11186-
template<class R, class Alloc>
11187-
struct uses_allocator<promise<R>, Alloc>;
11188-
1118911186
// \ref{futures.unique.future}, class template \tcode{future}
1119011187
template<class R> class future;
1119111188
template<class R> class future<R&>;

0 commit comments

Comments
 (0)