T O P I C R E V I E W |
Michal Puczynski |
Posted - Jun 07 2006 : 05:40:15 AM When suggesting set of arguments for method during definition, VA looses arguments that have default values. The problem occurs in the following declaration:
class XXXX { ... bool GetGisGfx(UINT nObjectId, CString strUrl, CString &strLocation, LPCTSTR strUser = _T(""), LPCTSTR strPass = _T("")); ... };
bool XXXX::GetGisGfx(-> suggestion is: UINT nObjectId, CString strUrl, CString &strLocation, LPCTSTR strUser /* = _T */
so both ("") are lost and last argument is lost.
|
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Sep 25 2013 : 4:36:24 PM case=1248 is fixed in build 2001. |
feline |
Posted - Jun 07 2006 : 3:48:37 PM i am seeing the same thing here
case=1248
the problem is not as bad in the 15xx version if you use the new refactoring tool Create Implementation, but it is still not perfect.
this version should be available on public beta in the next few days. |
|
|