From: Sergey Skorniakov (s.skorniakov_at_[hidden])
Date: 2005-01-27 10:31:44


Hello, Robert!

I've got a couple of linker error with
std::wostream & operator<<(std::wostream &os, const char t) and
std::wostream & operator<<(std::wostream &os, const char *t) when defining
custom archives and explicitly instantiating them in separate library. Can
you declare these operators as inline - its would be more convenient for
anyone performing same task?

With best regards, Sergey.