From b721bc1aede3b3211302d103a1de1019c732ce74 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 16 Oct 1999 03:52:48 +0000 Subject: Virgin import of GCC 2.95.1's libstdc++ --- contrib/libstdc++/stl/alloc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/libstdc++/stl/alloc.h') diff --git a/contrib/libstdc++/stl/alloc.h b/contrib/libstdc++/stl/alloc.h index 7cc9610..f99a862 100644 --- a/contrib/libstdc++/stl/alloc.h +++ b/contrib/libstdc++/stl/alloc.h @@ -33,7 +33,9 @@ using __STD::single_client_alloc; #ifdef __STL_STATIC_TEMPLATE_MEMBER_BUG using __STD::__malloc_alloc_oom_handler; #endif /* __STL_STATIC_TEMPLATE_MEMBER_BUG */ - +#ifdef __STL_USE_STD_ALLOCATORS +using __STD::allocator; +#endif /* __STL_USE_STD_ALLOCATORS */ #endif /* __STL_USE_NAMESPACES */ -- cgit v1.1