Skip to content

Commit 8421019

Browse files
committed
[memory.syn] Delete unintended synopsis entry for "destroy_at".
This seems to have been a mistake in applying P3179R9.
1 parent 2d72d92 commit 8421019

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/memory.tex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,6 @@
502502
requires @\libconcept{destructible}@<iter_value_t<I>>
503503
constexpr I destroy_n(I first, iter_difference_t<I> n) noexcept; // freestanding
504504

505-
template<@\exposconcept{execution-policy}@ Ep, @\libconcept{destructible}@ T>
506-
void destroy_at(Ep&& exec, T* location) noexcept; // freestanding-deleted
507-
508505
template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{nothrow-random-access-iterator}@ I, @\exposconcept{nothrow-sentinel-for}@<I> S>
509506
requires @\libconcept{destructible}@<iter_value_t<I>>
510507
I destroy(Ep&& exec, I first, S last) noexcept; // freestanding-deleted,

0 commit comments

Comments
 (0)