Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT formatter makes my code messy because of C++11's keyword 'final'
CDT formatter makes my code messy because of C++11's keyword 'final' [message #1393597] Fri, 04 July 2014 02:21
xmllmx xmllmx is currently offline xmllmx xmllmxFriend
Messages: 2
Registered: June 2014
Junior Member
No matter which built-in code style is selected, the following code snippet is always messy if I format it:

struct A final{};

How to make CDT formatter recognize the new keywords such as `final` and `override`?

[Updated on: Fri, 04 July 2014 02:21]

Report message to a moderator

Previous Topic:How IDE knows about my code deeply?
Next Topic:Failed to connect sshd
Goto Forum:
  


Current Time: Thu Mar 28 10:34:32 GMT 2024

Powered by FUDForum. Page generated in 0.03318 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top