Bug 484450 - [C++14] Add support for C++14 features implemented in GCC 5
Summary: [C++14] Add support for C++14 features implemented in GCC 5
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: Next   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on: 477611 527954
Blocks: 490405
  Show dependency tree
 
Reported: 2015-12-15 20:30 EST by Nathan Ridge CLA
Modified: 2020-09-04 15:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Ridge CLA 2015-12-15 20:30:55 EST
GCC 4.9 is covered by bug 451086

C++14 features added to GCC 5 (see https://gcc.gnu.org/projects/cxx1y.html):

Variable templates                            N3651
Relaxing requirements on constexpr functions  N3652
Member initializers and aggregates            N3653
Clarifying memory allocation                  N3664
Sized deallocation                            N3778
Comment 1 Nathan Ridge CLA 2015-12-15 20:33:28 EST
(In reply to Nathan Ridge from comment #0)
> Clarifying memory allocation                  N3664

Sorry, this one is marked as "N/A". It's just a tweak to the standard wording, not really anything for a compiler (or CDT) to implement.