2008/11/5 Steven Watanabe <watanabesj@gmail.com>

constant(a)[_1]...
 
Plugin it in the example I gave does not work:
 
int x = constant(a)[_1](0);
 
yields a compilation error (return' : cannot convert from 'const int' to 'int &).
 
Cheers,
 
P.