2 Sep
2004
2 Sep
'04
12:45 p.m.
Matt S Trentini 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.
- 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).