
27 Nov
2012
27 Nov
'12
10:44 p.m.
Peter Dimov wrote:
The test looks broken. A function that takes X& can't be called with zero arguments.
This is the right answer; the test is wrong. TR1-style result_of allows some of the **uncallable signatures**, but such a usage is wrong and shouldn't be used. Regards, Michel