I'm wondering if RTTI is really supported in g++-2.7.2,because I was trying
to do something very simple(e.g. typeid("object")) and everytime I've got
the error from compiler about streambuf.h(?).
I have gcc-2.7.2 with ld-1.8 and libg++-2.7.2 for Linux,and the same things
I was trying to do on Alpha with gcc-2.7.2 and libg++-2.7.2.The sequence was the same in both cases.
So,maybe somebody succeeded with RTTI anyway,and if yes how?
Thanks,in advance