Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/User/NewIn100"

< CDT
(Created page with "<!-- Format for an entry: ---- {| style="width: 100%;" |- style="vertical-align:top;" ! style="width: 30%; text-align:left;" | short title here | Full description - perhaps...")
 
Line 31: Line 31:
  
 
= Parser =
 
= Parser =
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Deduction guides
 +
|
 +
Parser support has been added for C++17 constructor template deduction guide. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=541239 Bug 541239].
 +
[[File:CTAD.jpg]]
 +
|}
 
----
 
----
 
----
 
----

Revision as of 06:49, 28 March 2020


Release


This is the New & Noteworthy page for CDT 9.12 which is part of Eclipse 2020-06 Simultaneous Release



Editor



Refactoring



Code Analysis



Parser

Deduction guides

Parser support has been added for C++17 constructor template deduction guide. See Bug 541239. CTAD.jpg



Formatter



Build



Debug



Launch Bar



API modifications



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 9.12


Back to the top