18 Oct
2007
18 Oct
'07
2:16 p.m.
Vinzenz 'evilissimo' Feenstra schrieb:
Chris Weed schrieb:
Hi, I can't figure out why the following code generates a compile error with gcc 3.4: Hi,
shouldn't it be:
template
typename boost::tuples::element ::type::value,T>::type foo(E e,T t) { return t.get<0>(); } Regards, Vinzenz Nevermind this wasn't the problem. Here's a working one ;)
#include