From: Samuel Krempp (krempp_at_[hidden])
Date: 2002-01-21 13:51:00


On Mon, 2002-01-21 at 10:10, rogeeff wrote:
> 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?

my g++ had not noticed this.. It should have had !

-- 
Samuel