diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1998-09-15 09:43:48 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-09-15 09:43:48 -0400 |
commit | 9d07bfaf50b14956c61e10916e92d6f9753fb1cc (patch) | |
tree | edf37f6ef3ce496c91a4c0d9922210e6369e8b51 | |
parent | b0e0b31f6fc59a5993329d7219d675ef068f2468 (diff) | |
download | gcc-9d07bfaf50b14956c61e10916e92d6f9753fb1cc.zip gcc-9d07bfaf50b14956c61e10916e92d6f9753fb1cc.tar.gz gcc-9d07bfaf50b14956c61e10916e92d6f9753fb1cc.tar.bz2 |
tweak
From-SVN: r22427
-rw-r--r-- | libstdc++/stl/README | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libstdc++/stl/README b/libstdc++/stl/README index 81bc7cf..7d9f15f 100644 --- a/libstdc++/stl/README +++ b/libstdc++/stl/README @@ -1,5 +1,5 @@ This directory contains an SGI release of the C++ Standard Template -Library, slightly modified to work with g++ (version 2.8.0 or newer). +Library, slightly modified to work with g++. Note that this is based on a pre-Draft Standard for C++. Things are likely to change. For example, the header file names @@ -11,6 +11,3 @@ For examples if things that should work, look in the ../tests directory. DOCUMENTATION: See http://www.sgi.com/Technology/STL/ or http://www.dinkumware.com/ on the World-Wide Web. - - --Jason Merrill -Cygnus Support jason@cygnus.com |