
27 May
2005
27 May
'05
10:42 a.m.
"Alexander Nasonov" <alnsn-boost@yandex.ru> wrote
sizeof(get<0>(foo())); sizeof(get<1>(foo())); sizeof(get<2>(foo())); sizeof(get<3>(foo()));
Interesting :-) This is very close to the technique I originally used, before deciding to pass the position directly into foo(), and renaming it with "at()". Regards, Arkadiy