mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +02:00
Bug 532227: C++17 Missing standard headers in file associations
Add the new header files introduced with C++17 Change-Id: Icb5086ff94cee309010ac0d502fba56ae3f266c5 Signed-off-by: Felix Morgner <fmorgner@hsr.ch>
This commit is contained in:
parent
47ceed3cbe
commit
fbe97a324a
1 changed files with 5 additions and 0 deletions
|
@ -577,6 +577,11 @@
|
||||||
content-type="org.eclipse.cdt.core.cxxHeader"
|
content-type="org.eclipse.cdt.core.cxxHeader"
|
||||||
file-names="condition_variable,ctgmath,cuchar,scoped_allocator,cstdalign,shared_mutex"/>
|
file-names="condition_variable,ctgmath,cuchar,scoped_allocator,cstdalign,shared_mutex"/>
|
||||||
</extension>
|
</extension>
|
||||||
|
<extension point="org.eclipse.core.contenttype.contentTypes">
|
||||||
|
<file-association
|
||||||
|
content-type="org.eclipse.cdt.core.cxxHeader"
|
||||||
|
file-names="any,execution,filesystem,memory_resource,optional,string_view,variant"/>
|
||||||
|
</extension>
|
||||||
|
|
||||||
<!-- =================================================================================== -->
|
<!-- =================================================================================== -->
|
||||||
<!-- Initialize the preference for the Core Plugin -->
|
<!-- Initialize the preference for the Core Plugin -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue