aboutsummaryrefslogtreecommitdiff
path: root/contrib/libstdc++/stl/README
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-09 09:21:47 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-09 09:21:47 +0000
commitbc27caf5ee224792324b073004bcf810aa1121d4 (patch)
treebd2d5b5f346dcf437b3cbb58439b5f09dc4a0b1c /contrib/libstdc++/stl/README
parentce5adf112e117fcd61beb4582c1d8e6a24065b25 (diff)
This commit was manufactured by cvs2svn to create tagvendor/gcc/2.95-20000307
'gcc-vendor-gcc_2_95_cvs_20000307'.
Notes
Notes: svn path=/vendor/gcc/dist/; revision=57844 svn path=/vendor/gcc/2.95-20000307/; revision=57846; tag=vendor/gcc/2.95-20000307
Diffstat (limited to 'contrib/libstdc++/stl/README')
-rw-r--r--contrib/libstdc++/stl/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/libstdc++/stl/README b/contrib/libstdc++/stl/README
deleted file mode 100644
index c319c08c7a45..000000000000
--- a/contrib/libstdc++/stl/README
+++ /dev/null
@@ -1,13 +0,0 @@
-This directory contains an SGI release of the C++ Standard Template
-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.
-
-For examples of 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.