wxFormBuilder / ticpp

This project is obsolete. TinyXML-2 offers a very similar C++ interface.
MIT License
92 stars 34 forks source link

Enter one-line summary #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call Document::LoadFile(filename) with the file missing
2. Catch a std::exception (instead of the ticpp::Exception)
3. Check the what() - it's null

What is the expected output? What do you see instead?
- Exception::what() and Exception::~Exception() should be virtual

What version of the product are you using? On what operating system?
- Latest on trunk

Best regards,

Peter Welzien

Original issue reported on code.google.com by peter.we...@gmail.com on 25 Feb 2009 at 7:22