Article ID: 131013
Article Last Modified on 7/5/2005
/* Compile options needed: -GX
bug.cpp
*/
class A
{
public:
A();
~A();
};
int Func(A)
//To work around the problem, replace the previous with the line below.
//int Func (A&) // Change this line from a comment to executed code
{
try
{
return (1);
}
catch (int i)
{
return (i);
}
;
}
Additional query words: 2.00 2.10 9.0 9.00 9.1 9.10
Keywords: kbbug kbfix KB131013