11 Jan
2008
11 Jan
'08
1:53 a.m.
AMDG
Tobias Schwinger
Steven Watanabe wrote:
AMDG
Tobias Schwinger
writes: I don't think the comma operator is a completely fool-proof way to detect void. It is.
It could cause an ambiguity if the other type also defines an overloaded comma operator. No, because the operator is binary and one operand can have a reserved type which is only internally used by the test code.
I hope I haven't promised too much ...
Ok. Let's make this concrete. Here is what I imagine:
<code>
Try the attached code - does it work for you?
No it doesn't. None of the versions requiring implicit conversions worked. Did you by any chance compile with NDEBUG? In Christ, Steven Watanabe