
17 Nov
2010
17 Nov
'10
8:17 p.m.
It causes compilation error in case the operator in question is private. I believe this should be pointed out in the docs.
Good point, this will be added to the doc.
And another question. Why are you using your own implementation of is_convertible instead of the one supplied by boost?
I must try is_convertible. Not sure it handles correctly an operator that returns void. Frédéric