$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Råde (rade_at_[hidden])
Date: 2006-07-07 02:25:32
Robert,
I tested the non_finite_num_facets library with text archives.
It works, but only if I do things in the following order:
1. construct stream
2. construct archive
3. imbue locale into stream
If I reverse step 2 and 3, then it does not work;
put_num_extended is never called.
That is strange, and maybe undesirable.
--Johan Råde