Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Highlighting of ~Destructor< T > fails
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

andre.horst
Tomato Guru

Germany
150 Posts

Posted - Dec 03 2009 :  04:57:41 AM  Show Profile  Reply with Quote
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.

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Dec 04 2009 :  2:19:48 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the very clear description.

case=36454
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000