OSDN Git Service

* fold-const.c (fold_truthop): Fix bug in last change.
[pf3gnuchains/gcc-fork.git] / libstdc++ / NEWS
1 SUMMARY OF RECENT MAJOR CHANGES to LIBSTDC++.
2 (Also check ../libio/NEWS.)
3
4 *** Noteworthy changes in libstdc++ version 2.8.0:
5
6 * The STL implementation in libstdc++ is now only slightly modified from
7   the HP distribution, thanks to improved template support in gcc 2.8.0.
8
9 * The string representation class is now nested in the basic_string
10   template, since this is supported in the new gcc.
11
12 * As a result of these and other changes, libstc++ 2.8.0 is not binary
13   compatible with previous releases of libstdc++.