Skip to content

Commit

Permalink
generator::promise_type: op_new オーバーロード番号付与漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
yohhoy committed Jan 23, 2023
1 parent c6bde83 commit 5e25d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/generator/generator/promise_type/op_new.md
Expand Up @@ -15,7 +15,7 @@ void* operator new(size_t size, allocator_arg_t, const Alloc& alloc, const Args&

template<class This, class Alloc, class... Args>
requires same_as<Allocator, void> || convertible_to<const Alloc&, Allocator>
void* operator new(size_t size, const This&, allocator_arg_t, const Alloc& alloc, const Args&...);
void* operator new(size_t size, const This&, allocator_arg_t, const Alloc& alloc, const Args&...);
```
* default_initializable[link /reference/concepts/default_initializable.md]
* convertible_to[link /reference/concepts/convertible_to.md]
Expand Down

0 comments on commit 5e25d82

Please sign in to comment.