Skip to content

Commit

Permalink
Convertible to bool -> void in sequence container swap() requirements.
Browse files Browse the repository at this point in the history
Fixes #71.
  • Loading branch information
tzlaine committed Oct 21, 2024
1 parent b87b34c commit e0ff7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ X u = rv;
]
[
[ `a.swap(b)` ]
[ Convertible to `bool`. ]
[ `void`. ]
[ Exchanges the contents of `a` and `b`. ]
[ ]
]
Expand Down

0 comments on commit e0ff7f6

Please sign in to comment.