T O P I C R E V I E W |
znakeeye |
Posted - Feb 15 2008 : 11:17:32 AM // foo.cpp foo(int x)
If I rename "x" to "y", it is not renamed in foo.h. I know some programmers do not specify the variable name in the header, but if a name is indeed specified, one does certainly want it to match the one in the cpp-file.
VAX 1626, VS 2008, XP SP2. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Feb 15 2008 : 8:54:55 PM If you post bug reports to the "General Release" or "Public Beta" sections of the forum they should be adressed more quickly. This section is for suggestions and ideas, so I leave this until last and focus on bug reports when there is a lot to do.
Having rename also update the declaration is on our list of things to do. For now use Change Signature instead, which does update the declaration:
case=1140 |
|
|