1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +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:
Felix Morgner 2018-03-09 10:49:18 +01:00 committed by Nathan Ridge
parent 47ceed3cbe
commit fbe97a324a

View file

@ -577,6 +577,11 @@
content-type="org.eclipse.cdt.core.cxxHeader"
file-names="condition_variable,ctgmath,cuchar,scoped_allocator,cstdalign,shared_mutex"/>
</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 -->