
28 Sep
2006
28 Sep
'06
3:21 p.m.
On Sep 28, 2006, at 7:14 AM, John Fletcher wrote:
Douglas Gregor wrote:
Doug Gregor wrote:
Once I change that "printf" to "printff" into the "return printf(" line, it raises the exception as expected.
Cheers, Doug
Thanks. Sorry about that.
Is the code of the tuple implementation available? If so where is it?
There's an annotated version in the variadic template proposal: http://www.osl.iu.edu/~dgregor/cpp/variadic-templates.pdf There's a complete TR1 implementation in the compiler for variadic templates (see libstdc++-v3/include/tr1/tuple). Doug