
2 Sep
2004
2 Sep
'04
5:51 p.m.
"Jurko Gospodnetic" wrote:
Currently I am doing a dynamic_cast if RTTI is available in a debug build in order to assert that the cast is valid. Otherwise a static_cast is used.
Use something like checked_cast: http://gimite.ddo.jp/gimite/cppmess/checked_cast.txt&e=7507 /Pavel