$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-09-28 11:21:37
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