OSDN Git Service

2004-06-24 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / bits / allocator.h
index c9200ec..a744b5f 100644 (file)
@@ -94,8 +94,8 @@ namespace std
 
       allocator() throw() { }
 
-      allocator(const allocator& a) throw()
-      : ___glibcxx_base_allocator<_Tp>(a) { }
+      allocator(const allocator& __a) throw()
+      : ___glibcxx_base_allocator<_Tp>(__a) { }
 
       template<typename _Tp1>
         allocator(const allocator<_Tp1>&) throw() { }