
6 Jul
2012
6 Jul
'12
8:17 p.m.
Use g++.
template<class T> auto h(T x)->decltype(x.smurf()){return x.smurf();} template<class T> auto g(T x)->decltype(h(x)){return h(x);} template<class T> auto f(T x)->decltype(g(x)){return g(x);}
Apparently I should have updated Gmail before hitting send. Looks very familiar :)