$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: rogeeff (rogeeff_at_[hidden])
Date: 2002-01-21 04:10:14
One thing about MSVC compilation that I forgot is that you need to
make sure that following types declared in format class are public:
typedef std::basic_string<charT, Traits> string_t;
typedef std::basic_ostringstream<charT, Traits> stringstream_t;
since they are referenced by format_item. How does it work on the
other compilers?
Gennadiy.