mirror of
https://github.com/boostorg/stl_interfaces.git
synced 2026-01-19 04:42:12 +00:00
Convertible to bool -> void in sequence container swap() requirements.
Fixes #71.
This commit is contained in:
@@ -650,7 +650,7 @@ X u = rv;
|
||||
]
|
||||
[
|
||||
[ `a.swap(b)` ]
|
||||
[ Convertible to `bool`. ]
|
||||
[ `void`. ]
|
||||
[ Exchanges the contents of `a` and `b`. ]
|
||||
[ ]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user