README: Fix typo.

* README: Fix typo. Remove incorrect reference to Cygnus.

Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>

From-SVN: r37327
This commit is contained in:
Jan van Male 2000-11-08 22:15:59 +01:00 committed by Gerald Pfeifer
parent 756d6f0c51
commit 221948ffaf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-11-08 Jan van Male <jan.vanmale@fenk.wau.nl>
Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* README: Fix typo. Remove incorrect reference to Cygnus.
2000-08-22 Geoff Berry <geoffb@bops.com>
* bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro

View File

@ -4,7 +4,7 @@ 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
are very likely to change. The Allocator interface will change. Etc, etc.
CYGNUS MAKES NO COMMITTMENT (yet) TO SUPPORT BACKWARD COMPATIBILITY FOR STL.
WE MAKE NO COMMITMENT (yet) TO SUPPORT BACKWARD COMPATIBILITY FOR STL.
For examples of things that should work, look in the ../tests directory.