Convertible to bool -> void in sequence container swap() requirements.

Fixes #71.
This commit is contained in:
Zach Laine
2024-10-21 18:11:36 -05:00
parent b87b34c4cb
commit e0ff7f6c80

View File

@@ -650,7 +650,7 @@ X u = rv;
]
[
[ `a.swap(b)` ]
[ Convertible to `bool`. ]
[ `void`. ]
[ Exchanges the contents of `a` and `b`. ]
[ ]
]