1 Apr
2009
1 Apr
'09
8:33 p.m.
In the program below, I expected the proto::lazy transform to call the
times2() function, but it doesn't. It does work correctly if you substitute
times2<int> for proto::_state. Is this a bug or am I forgetting something?
Thanks,
Dave Jenkins
#include <iostream>
#include