2 Sep
2004
2 Sep
'04
2:18 p.m.
Peter Dimov wrote:
o Has the operator! addition been incorporated into later versions of boost?
Not yet, but you can always use the snippet in the link you posted to add it yourself.
Yep, I've done just that. Thanks for providing such a neat little snippet! :)
- If not, why not?
It will probably be in the release after 1.32. While operator! is trivial to implement, the relational operators that I also want to add are a little more involved because they interact with another experimental feature, equality comparisons of bind() function objects (required by function<>::contains).
Sounds interesting! :) Cheers, Matt