Skip to content

Commit 2a8e2eb

Browse files
committed
[coro.generator.promise] Fix indentation of declarations
1 parent 21dae43 commit 2a8e2eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/ranges.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -15236,11 +15236,11 @@
1523615236

1523715237
template<class R2, class V2, class Alloc2, class Unused>
1523815238
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;
1524015240

1524115241
template<ranges::@\libconcept{input_range}@ R, class Alloc>
1524215242
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;
1524415244

1524515245
void await_transform() = delete;
1524615246

@@ -15252,12 +15252,12 @@
1525215252

1525315253
template<class Alloc, class... Args>
1525415254
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&...);
1525615256

1525715257
template<class This, class Alloc, class... Args>
1525815258
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&...);
1526115261

1526215262
void operator delete(void* pointer, size_t size) noexcept;
1526315263

0 commit comments

Comments
 (0)