Bug 574837 - Improve support for __is_constructible
Summary: Improve support for __is_constructible
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-14 04:02 EDT by Michael Uhl CLA
Modified: 2021-07-14 07:08 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Uhl CLA 2021-07-14 04:02:58 EDT
CDT's parser does not currently support the keyword __id_constructible correctly. As a result, calls to standard library functions whose signatures use std::is_constructible sometimes do not resolve correctly (a recent example that came up was std::swap).
Comment 1 Eclipse Genie CLA 2021-07-14 07:08:27 EDT
New Gerrit change created: https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183052