Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356797

Summary: [C++] wrong colors of `operator int()`
Product: [Tools] CDT Reporter: trashyankes
Component: cdt-editorAssignee: Project Inbox <cdt-editor-inbox>
Status: RESOLVED INVALID QA Contact: Anton Leherbauer <aleherb+eclipse>
Severity: enhancement    
Priority: P3 CC: cdtdoug
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description trashyankes CLA 2011-09-06 08:00:18 EDT
class VoidType
{
public:

	operator int() //this line dont have colors like `keywords`, its use `metod declarations` colors
	{
		return 0;
	}
};


-- Configuration Details --
Product: Eclipse 1.3.2.20110218-0812 (org.eclipse.epp.package.cpp.product)
Installed Features:
 org.eclipse.platform 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
Comment 1 Anton Leherbauer CLA 2011-09-08 05:24:48 EDT
As this is a method declaration it is colored as such.  There is nothing wrong with that.