mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
added comment about needing a better solution for the std:bad_cast bug
This commit is contained in:
parent
fd3f007104
commit
6d59f474d1
1 changed files with 7 additions and 0 deletions
7
todo.txt
7
todo.txt
|
@ -0,0 +1,7 @@
|
|||
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).
|
||||
|
||||
|
Loading…
Reference in a new issue