From c8a91faa2512ccda47853dafb62d1e6508241fa3 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Mon, 12 Dec 2011 12:03:21 -0800 Subject: [PATCH] Bug 366422 - C++11 standard headers missing from file types. --- core/org.eclipse.cdt.core/plugin.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index 3cb166b1acb..1104c07a709 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -525,26 +525,41 @@ - + + file-names="algorithm,array,atomic,bitset,cassert,ccomplex,cctype,cerrno,cfenv,cfloat,chrono,cinttypes"/> + file-names="ciso646,climits,clocale,cmath,codecvt,complex,csetjmp,csignal,cstdarg,cstdbool,cstddef"/> + file-names="cstdint,cstdio,cstdlib,cstring,ctime,cwchar,cwctype,deque,exception,forward_list,fstream"/> + file-names="functional,future,hash_map,hash_set,initializer_list,iomanip,ios,iosfwd,iostream,istream"/> + + + + + + + + +