@@ -15236,11 +15236,11 @@
15236
15236
15237
15237
template<class R2, class V2, class Alloc2, class Unused>
15238
15238
requires @\libconcept{same_as}@<typename generator<T2, V2, Alloc2>::yielded, yielded>
15239
- auto yield_value(ranges::elements_of<generator<T2, V2, Alloc2>&&, Unused> g) noexcept;
15239
+ auto yield_value(ranges::elements_of<generator<T2, V2, Alloc2>&&, Unused> g) noexcept;
15240
15240
15241
15241
template<ranges::@\libconcept{input_range}@ R, class Alloc>
15242
15242
requires @\libconcept{convertible_to}@<ranges::range_reference_t<R>, yielded>
15243
- auto yield_value(ranges::elements_of<R, Alloc> r) noexcept;
15243
+ auto yield_value(ranges::elements_of<R, Alloc> r) noexcept;
15244
15244
15245
15245
void await_transform() = delete;
15246
15246
@@ -15252,12 +15252,12 @@
15252
15252
15253
15253
template<class Alloc, class... Args>
15254
15254
requires @\libconcept{same_as}@<Allocator, void> || @\libconcept{convertible_to}@<const Alloc&, Allocator>
15255
- void* operator new(size_t size, allocator_arg_t, const Alloc& alloc, const Args&...);
15255
+ void* operator new(size_t size, allocator_arg_t, const Alloc& alloc, const Args&...);
15256
15256
15257
15257
template<class This, class Alloc, class... Args>
15258
15258
requires @\libconcept{same_as}@<Allocator, void> || @\libconcept{convertible_to}@<const Alloc&, Allocator>
15259
- void* operator new(size_t size, const This&, allocator_arg_t, const Alloc& alloc,
15260
- const Args&...);
15259
+ void* operator new(size_t size, const This&, allocator_arg_t, const Alloc& alloc,
15260
+ const Args&...);
15261
15261
15262
15262
void operator delete(void* pointer, size_t size) noexcept;
15263
15263
0 commit comments