From af17eb92093421767b095e39013a07e8543e48ec Mon Sep 17 00:00:00 2001 From: jez <> Date: Tue, 28 Aug 2007 23:37:29 +0000 Subject: [PATCH] no longer relevant --- todo.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 todo.txt diff --git a/todo.txt b/todo.txt deleted file mode 100644 index a571915d..00000000 --- a/todo.txt +++ /dev/null @@ -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). - -