20 Aug
2009
20 Aug
'09
12:06 a.m.
I have a problem with boost.fusion I can't figure out from the documentation.
consider the following example:
template<class Vector>
? function(Vector vec){
return fusion::push_back(vec,123);
}
what is the return type ?
the return type is supposed to be a random access sequence, so
result_of::push_back