On Wednesday 09 July 2003 01.53, Robert Collins wrote:

> > std::ostringstream *Debug::currentDebug (NULL);


Hmm.. doesn't that have to be something like this?

std::ostringstream (*Debug::currentDebug)(NULL);

Regards
Henrik

Reply via email to