You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
__Daniel__
Posted - Oct 28 2009 : 10:10:53 AM Hello
class CTest
{
public:
CTest( int i ) : m_i( i )
{
}
};
m_i -> Create from usage -> "Method in CTest" or "Function" hmmm...
4 L A T E S T R E P L I E S (Newest First)
support
Posted - Nov 12 2010 : 3:34:07 PM case=31277 is fixed in build 1836
feline
Posted - Sep 09 2010 : 2:49:27 PM This is still on our list of bugs to fix, and it is down as a fairly high priority problem. The main issue so far is reliably working out that the current item is part of a constructor initialisation list.
__Daniel__
Posted - Sep 08 2010 : 04:11:30 AM Will it ever solved?
feline
Posted - Oct 28 2009 : 10:21:39 AM I am seeing the same effect here. Thank you for the clear description.