
17 Dec
2009
17 Dec
'09
4:03 a.m.
AMDG Gottlob Frege wrote:
I think, actually, if operator, is implemented for T, then the comma-operator-trick no longer works, and we can't figure out most/any of the other operators either. See http://cpp-next.com/archive/2009/10/this-week-in-boost/#more-746
It still mostly works. There's only a problem if operator, returns void--and you can add as many calls to operator, as you want. There will only be an error if all the ones up to the last return non-void and the last one does return void. In Christ, Steven Watanabe