• Stephan Bergmann's avatar
    Replace "known-good" dynamic_casts with static_casts · 6935acb0
    Stephan Bergmann yazdı
    ...it avoids false warnings about unchecked dynamic_cast results from static
    code analyzers, and potentially makes the code a little faster, too.  (Most of
    these dynamic_casts were kind of a leftover from a very early design that
    dispateched on Node type via dynamic_cast instead of a Node::Kind, but which was
    much too slow.)
    
    Change-Id: I8db08a1c35783f8ea6c51eed55b11faa2d958807
    6935acb0
Adı
Son kayıt (commit)
Son güncelleme
..
qa Loading commit data...
source Loading commit data...
CppunitTest_configmgr_unit.mk Loading commit data...
JunitTest_configmgr_unoapi.mk Loading commit data...
Library_configmgr.mk Loading commit data...
Makefile Loading commit data...
Module_configmgr.mk Loading commit data...
README Loading commit data...