Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to stop eclipse to add space between class and ... like template<class ... Args>?
How to stop eclipse to add space between class and ... like template<class ... Args>? [message #1387167] Tue, 24 June 2014 14:57
xmllmx xmllmx is currently offline xmllmx xmllmxFriend
Messages: 2
Registered: June 2014
Junior Member
I'm new to eclipse CDT, and I like it. However, there is an annoying thing:

I want my code to look like:

template<class... Args>
void (const Args&... args)
{}


rather than look like:

template<class ... Args>
void (const Args&... args)
{}


The latter is generated by the eclipse formatter. How to stop it?
Previous Topic:Format C/C++ header file
Next Topic:Can't complete Project Template Engine example of CDT
Goto Forum:
  


Current Time: Fri Apr 26 05:10:40 GMT 2024

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

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

Back to the top