no longer relevant

This commit is contained in:
jez 2007-08-28 23:37:29 +00:00
parent 2f28b7a88f
commit af17eb9209

View file

@ -1,7 +0,0 @@
I changed std::bad_cast("foo") to std::runtime_error("bad_cast: foo") since gcc 4.0.2 barfs on it
We should define our own arabica::bad_cast, probably derived from std::runtime_error.
In the meantime, some tests are broken (since they expect to catch std::bad_cast).