On Wednesday, October 1, 2003, at 10:07 AM, Andre Poenitz wrote:
Just out of curiosity: could you 'implement' the 'missing' constructor by changing the declaration of
std::type_info::type_info(const char*)
to
std::type_info::type_info(const char* = "strangestuff")
in /usr/include/gcc/darwin/3.1/g++-v3/typeinfo:78 ?
The actual declaration is
protected: explicit type_info(const char *__n): __name(__n) { }
What would you like it to be? --
Ronald