$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-04-26 03:12:41
on 4/25/00 12:52 PM, Gary Powell at Gary.Powell_at_[hidden] wrote:
> Also I was wondering if format should save the state of the iostream and
> reset it after formatting each value. More of the way that printf works. (In
> that centering one value doesn't leave the stream in a center all values
> state.)
I didn't have a chance to notice that, but it certainly was one goal of my
original proposal to restore the stream state.
-Dave