We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d72d92 commit 8421019Copy full SHA for 8421019
source/memory.tex
@@ -502,9 +502,6 @@
502
requires @\libconcept{destructible}@<iter_value_t<I>>
503
constexpr I destroy_n(I first, iter_difference_t<I> n) noexcept; // freestanding
504
505
- template<@\exposconcept{execution-policy}@ Ep, @\libconcept{destructible}@ T>
506
- void destroy_at(Ep&& exec, T* location) noexcept; // freestanding-deleted
507
-
508
template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{nothrow-random-access-iterator}@ I, @\exposconcept{nothrow-sentinel-for}@<I> S>
509
510
I destroy(Ep&& exec, I first, S last) noexcept; // freestanding-deleted,
0 commit comments