[Cppunit-devel] missing std:: ?
Brought to you by:
blep
|
From: Baptiste L. <bl...@cl...> - 2001-05-19 11:27:58
|
I stumbled on some code yesterday:
void
TestCase::run (TestResult *result)
{
[...]
try {
runTest ();
}
[...]
catch (exception& e) {
result->addError (this, new Exception (e.what ()));
}
=> shouldn't that be std::exception ?
Baptiste.
---
Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html
Author of The Text Reformatter, a tool for fanfiction readers and writers.
Language: English, French (Well, I'm French).
|