1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 04:15:35 +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 2004-08-23 Alain Magloire
Fix for 72382 Fix for 72382

View file

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