Changes between Initial Version and Version 2 of Ticket #716


Ignore:
Timestamp:
Aug 17, 2016, 2:36:05 PM (9 years ago)
Author:
westram
Comment:

by [15195]

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #716

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • TabularUnified Ticket #716 – Description

    initial v2  
    11Example: See [15191] and [15192]
    22
    3 May happen whenever class DERIVED is not completely defined when using {{{DOWNCAST(DERVIVED*,pointer)}}}. Using {{{static_cast<DERIVED*>(pointer)}}} works and reveals the problem: it reports a compile error in the above situation.
     3May happen whenever class DERIVED is not completely defined when using {{{DOWNCAST(DERIVED*,pointer)}}}. Using {{{static_cast<DERIVED*>(pointer)}}} works and reveals the problem: it reports a compile error in the above situation.
    44
    55Problems: