Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Compiler/C++/Front End/Refactoring    [ Add a report in this area ]  
Report #:  27626   Status: Closed
(Pulled) Can't refactor template specializations.
Project:  C++Builder Build #:  10.0.2135.39247
Version:    10.0 Submitted By:   John Kaster
Report Type:  Basic functionality failure Date Reported:  12/8/2005 12:00:00 AM
Severity:    Infrequently encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   237704
Resolution: Fixed (Resolution Comments) Resolved in Build: :
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
Can't refactor template specializations.
Steps to Reproduce:
Compile the following code as:
bcc32 -RF* -c t.cpp
// exp: 2 references to DynamicArray
// act: 1 reference to DynamicArray and another to some big long mangled symbol

struct THeapBlock;
template<class T> class __declspec(delphireturn) DynamicArray;
typedef DynamicArray<THeapBlock> THeapBlockArray;
Workarounds
None
Attachment
N
Comments

None

Server Response from: ETNACODE01