Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Highlighting of ~Destructor< T > fails

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
andre.horst Posted - Dec 03 2009 : 04:57:41 AM
Latest VAX, VS6, C++, WinXP SP3, Highlight References under Cursor is enabled.

Try following code and place the cursor into the class-name:

template< class T > class CTe|mpl // Place the cursor where "|" is
{
public:
	inline CTempl< T >( void )
	{
	}

	virtual inline ~CTempl< T >( void )
	{
	}
} ;

Now the class name/symbol is highlighted in the declaration and the constructor, but not in the destructor. Remove the "< T >" from destructor and it works fine.
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Dec 04 2009 : 2:19:48 PM
I am seeing the same effect here. Thank you for the very clear description.

case=36454

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000