T O P I C R E V I E W |
TLHobbes |
Posted - Jul 14 2009 : 12:42:03 PM A fix for case=3873 would be highly appreciated. Can we get an update on the matter?
In one solution we have a macro that uses ## to form names, I found it being used 1183 times. It looks like so:
#define PREDECLARE(type) \ class type; \ typedef Types::SmartPointer<type> type##Ptr; \ typedef Types::SmartHandle<type> type##Handle; \ [...etc, there are 6 typedefs total using ## in this macro]
Thanks |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jul 14 2009 : 3:28:25 PM This is down as a high priority bug, but unfortunately no progress on this yet. Macros that use ## to construct variable names are a challenge for our parser. |
|
|