1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

2004-08-23 Chris Wiebe

fix for 68210 - add missing cpp header names
	* org/eclipse/cdt/core/template/cpp_headers
This commit is contained in:
Chris Wiebe 2004-08-23 16:33:30 +00:00
parent 8b1689a028
commit 967b0b1812
2 changed files with 27 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-08-23 Chris Wiebe
fix for 68210 - add missing cpp header names
* org/eclipse/cdt/core/template/cpp_headers
2004-08-23 Alain Magloire
Fix for 72382

View file

@ -1,9 +1,30 @@
algorithm
bitset
cassert
cctype
cerrno
cfloat
ciso646
climits
clocale
cmath
complex
csetjmp
csignal
cstdarg
cstddef
cstdio
cstdlib
cstring
ctime
cwchar
cwctype
deque
exception
fstream
functional
hash_map
hash_set
iomanip
ios
iosfwd
@ -25,6 +46,7 @@ stack
stdexcept
streambuf
string
strstream
typeinfo
utility
valarray