On Thu, Dec 14, 2006 at 01:28:38AM +0100, Enrico Forestieri wrote:
> +     iter_type
> +     do_put(iter_type oit, std::ios_base & b, char_type fill, double v) const
> +     {
> +             if (fill >= 0x80)
> +                     throw num_put_failure();
> +
> +             std::string s;
> +             // 64 is large enough
> +             s.resize(64);

640k is large enough for everybody...

I am not sure in what context this will occur, but 64 can be beaten by
anything similar to printf(double)

Andre'

Reply via email to