mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +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
|
2004-08-23 Alain Magloire
|
||||||
|
|
||||||
Fix for 72382
|
Fix for 72382
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue