|
|
Re: C++ Folding does not recognize multi line function definition
|
|
06/17/2008 1:48 PM
post9352
|
Re: C++ Folding does not recognize multi line function definition
The failure is around our use of a macro (COMMA_MY_DEC) in our files.
COMMA_MY_DEC = ", _MY_DEC"
The problem is the IDE needs to see the "," that is hidden in the macro. Is there any way to have the IDE do expansion
of the macro ?
Char my_impl::GetChecksum(
int applicationValue,
const myConst1,
const myConst2
COMMA_MY_DEC )
|
|
|
|
|