mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
Revert "added co_await to overloading/overloadable.yo"
This reverts commit 2a9802fb7c
.
This commit is contained in:
parent
2a9802fb7c
commit
f8ec31e6bb
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
The following hi(overloadable operators) operators can be overloaded:
|
||||
verb( + - * / % ^ & |
|
||||
~ ! , = <=> < > <=
|
||||
>= ++ -- << >> == != &&
|
||||
|| += -= *= /= %= ^= &=
|
||||
|= <<= >>= [] () -> ->* co_await
|
||||
delete delete[] new new[]
|
||||
verb( + - * / % ^ & |
|
||||
~ ! , = <=> < > <=
|
||||
>= ++ -- << >> == != &&
|
||||
|| += -= *= /= %= ^= &=
|
||||
|= <<= >>= [] () -> ->* new
|
||||
new[] delete delete[])
|
||||
|
||||
Several operators have em(textual alternatives):
|
||||
|
||||
|
|
Loading…
Reference in a new issue