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
This commit is contained in:
Mark Mitchell 1997-09-10 02:29:42 +00:00 committed by Jason Merrill
parent 0355541399
commit 113952ef50
2 changed files with 5 additions and 0 deletions

View File

@ -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,

View File

@ -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