
12 Mar
2007
12 Mar
'07
10:07 p.m.
On Mon, 12 Mar 2007 16:38:42 +0200, "Peter Dimov" <pdimov@mmltd.net> said:
To elaborate on Chris's point, the significance of keeping the producer and the consumer interface separate is that it allows future<R> to be made convertible to future<R2> whenever R is convertible to R2 (or R2 is void);
Are there any implications for the ability for movability of the result if you allow such conversions? Cheers, Chris