Changes between Initial Version and Version 2 of Ticket #716
- Timestamp:
- Aug 17, 2016, 2:36:05 PM (9 years ago)
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 1 1 Example: See [15191] and [15192] 2 2 3 May happen whenever class DERIVED is not completely defined when using {{{DOWNCAST(DER VIVED*,pointer)}}}. Using {{{static_cast<DERIVED*>(pointer)}}} works and reveals the problem: it reports a compile error in the above situation.3 May 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. 4 4 5 5 Problems: