$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [xint] Review
From: Christian Henning (chhenning_at_[hidden])
Date: 2011-03-03 10:20:45
Hi Chad,
>
>> The rsa example is missing the "iterator" header.
>
> Sorry, I'm confused. Why is that header needed for that example?
The rsa example uses std::back_inserter which is defined in the
"iterator" header. I at least had to be able to compile the example
code. I'm using VS2010.
Regards,
Christian