
29 Aug
2004
29 Aug
'04
4:04 p.m.
"Pavel Vozenilek" <pavel_vozenilek@hotmail.com> wrote in message news:cgs7dt$c50$1@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