$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-08-29 11:04:52
"Pavel Vozenilek" <pavel_vozenilek_at_[hidden]> wrote in message
news:cgs7dt$c50$1_at_sea.gmane.org...
>
> "Jonathan Turkanis" wrote:
>
> > I wouldn't use a string in place of a fixed number of repeitions of a
> given
> > character. I said this in some other message, but I like
> >
> > cout << repeat('c', 17)
> >
> 'repeat' term is used by function in Assign library (I think I suggested its
> name).
>
> Possible collisions should be checked.
The manipulators are in namespace boost::io, which I think will be sufficient to
prevent collisions.
Jonathan