Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk