$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bill Seymour (bsey_at_[hidden])
Date: 2001-05-16 14:09:55
I'm writing the I/O operators for the fixed-point decimal
classes; and it looks like I won't be able to take the easy
way out and use the money_put and money_get locale facets
after all because I might not want moneypunct::frac_digits()
digits to the right of the decimal point.
Somebody please tell me that there's something obvious
that I'm missing. 8-(
--Bill Seymour