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:
parent
8b1689a028
commit
967b0b1812
2 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue