Changes between Initial Version and Version 1 of Ticket #13138, comment 8


Ignore:
Timestamp:
Jan 1, 2017, 10:59:24 PM (7 years ago)
Author:
jessicah

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13138, comment 8

    initial v1  
    55
    66"Use C++ casts (dynamic_cast, static_cast, const_cast, reinterpret_cast) over C casts."
     7
     8Although, perhaps one should be using dynamic_cast here; reading up, I don't think can use static_cast with virtual inheritance.