diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-05 22:13:17 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-05 22:13:17 +0000 |
commit | c0a49bd7c909b62d4dc2eeed229a5d64bb40bbd8 (patch) | |
tree | d4816ec61b2c9013a45e2d0b1f5cdc7060e5a9ab /libstdc++ | |
parent | 3362eaf2c701c5679e322ef7af5f14595aa0d952 (diff) | |
download | gcc-c0a49bd7c909b62d4dc2eeed229a5d64bb40bbd8.tar.gz |
release branch changes from 11-27 snapshot to egcs-1.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16970 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/NEWS | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libstdc++/NEWS b/libstdc++/NEWS index 7ffcd56a8f0..89e866e7d3f 100644 --- a/libstdc++/NEWS +++ b/libstdc++/NEWS @@ -1,13 +1,9 @@ SUMMARY OF RECENT MAJOR CHANGES to LIBSTDC++. (Also check ../libio/NEWS.) -*** Noteworthy changes in libstdc++ version 2.8.0: +*** Noteworthy changes in libstdc++ for EGCS -* The STL implementation in libstdc++ is now only slightly modified from - the HP distribution, thanks to improved template support in gcc 2.8.0. +* EGCS includes the SGI STL implementation without changes. -* The string representation class is now nested in the basic_string - template, since this is supported in the new gcc. - -* As a result of these and other changes, libstc++ 2.8.0 is not binary +* As a result of these and other changes, libstc++ for EGCS is not binary compatible with previous releases of libstdc++. |