diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-11 08:53:07 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-11 08:53:07 +0000 |
| commit | 9ded9f39938610aa8ed5a2f853d8ec0efd833c9a (patch) | |
| tree | 378f557792c008ada5d748eaed727afd4f409551 /doc/FAQ | |
| parent | 8f91b2ff40b3d554352c97c10386b0d1a038d148 (diff) | |
| download | cppunit-9ded9f39938610aa8ed5a2f853d8ec0efd833c9a.tar.gz | |
Doc/FAQ: removed question about the Exception::operator =() problem.
doc/FAQ: removed question about the Exception::operator =() problem.
* release 1.8.0
Diffstat (limited to 'doc/FAQ')
| -rw-r--r-- | doc/FAQ | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -29,14 +29,4 @@ do so for all configurations. In Debug configurations, CppUnit use "Debug Multihreaded DLL". Check that Projects/Settings.../C++/Code Generation is indeed using the correct library. - -2.3) Why does the test ExceptionTest.testAssignment use to failed in CppUnit - test suite? - - Thanks to Phil Taylor who gave me a partial answer, we have been able to - figure it out. VC++ STL implementation of std::exception::operator =() - call the destructor and copy constructor. This reset the virtual table - to std::exception virtual table. Therefore, all consecutive call to - the virtual method what() will call the std::exception::what() instead - of CppUnit::Exception::what().
\ No newline at end of file |
