aboutsummaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authorMark Mitchell <mmitchell@usa.net>1997-09-10 02:29:42 +0000
committerJason Merrill <jason@gcc.gnu.org>1997-09-09 22:29:42 -0400
commit113952ef5089ba02de29f64da5d075daf5d471a9 (patch)
tree721987ace3618755fdb41da3da69dd6fcc9d9f3f /libstdc++
parent03555413998ae48323618a55b7c7decca29a1594 (diff)
downloadgcc-113952ef5089ba02de29f64da5d075daf5d471a9.zip
gcc-113952ef5089ba02de29f64da5d075daf5d471a9.tar.gz
gcc-113952ef5089ba02de29f64da5d075daf5d471a9.tar.bz2
stl_config.h (__STL_MEMBER_TEMPLATES): Enable.
Tue Sep 9 17:38:47 1997 Mark Mitchell <mmitchell@usa.net> * stl_config.h (__STL_MEMBER_TEMPLATES): Enable. From-SVN: r15209
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/stl/ChangeLog4
-rw-r--r--libstdc++/stl/stl_config.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++/stl/ChangeLog b/libstdc++/stl/ChangeLog
index b519b18..4282867 100644
--- a/libstdc++/stl/ChangeLog
+++ b/libstdc++/stl/ChangeLog
@@ -1,3 +1,7 @@
+Tue Sep 9 17:38:47 1997 Mark Mitchell <mmitchell@usa.net>
+
+ * stl_config.h (__STL_MEMBER_TEMPLATES): Enable.
+
Tue Aug 5 17:06:01 1997 Jason Merrill <jason@yorick.cygnus.com>
* deque.h, function.h, hashtable.h, list.h, rope.h, ropeimpl.h,
diff --git a/libstdc++/stl/stl_config.h b/libstdc++/stl/stl_config.h
index fa29fdd..905d84c 100644
--- a/libstdc++/stl/stl_config.h
+++ b/libstdc++/stl/stl_config.h
@@ -88,6 +88,7 @@
# define __STL_NEED_EXPLICIT
# else
# define __STL_CLASS_PARTIAL_SPECIALIZATION
+# define __STL_MEMBER_TEMPLATES
# endif
# ifdef __EXCEPTIONS
# define __STL_USE_EXCEPTIONS