
18 Jul
2012
18 Jul
'12
5:43 p.m.
AMDG On 07/18/2012 10:27 AM, Vicente Botet wrote:
On 07/18/12 01:29, Vicente J. Botet Escriba wrote: > <snip> > > std::vector<double> vec; > int i = 10; > double d = 2.5; > tuple<construct, _a&, _b, _c> t(vec, i, d); > any<construct, _a> v(get<1>(t), get<2>(t)); >
<snip>
Please, could you point me to the any constructor used in
any<construct, _a> v(get<1>(t), get<2>(t));
Do you mean: http://steven_watanabe.users.sourceforge.net/type_erasure/libs/type_erasure/... In Christ, Steven Watanabe