aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/safe_association.h
diff options
context:
space:
mode:
authorpaolo <>2008-07-29 18:34:36 +0000
committerpaolo <>2008-07-29 18:34:36 +0000
commitc4f206c3f9b17f4f22ab69b225497691705f90c4 (patch)
treeb7898033afbddf5fa4d66593c29ee4dd59443562 /libstdc++-v3/include/debug/safe_association.h
parent24254cab0f34537ca02214b3e2a2410545dee714 (diff)
2008-07-29 Paolo Carlini <paolo.carlini@oracle.com>var-tracking-assignments-138264-trunk
* include/debug/set.h: Minor formatting fixes. * include/debug/multiset.h: Likewise. * include/debug/safe_association.h: Likewise. * include/debug/vector: Likewise. * include/debug/map.h: Likewise. * include/debug/string: Likewise. * include/debug/multimap.h: Likewise. * include/bits/stl_list.h: Likewise. * include/bits/stl_map.h: Likewise. * include/bits/stl_set.h: Likewise. * include/bits/stl_multimap.h: Likewise. * include/bits/stl_vector.h: Likewise. * include/bits/stl_multiset.h: Likewise. * include/bits/stl_bvector.h: Likewise.
Diffstat (limited to 'libstdc++-v3/include/debug/safe_association.h')
-rw-r--r--libstdc++-v3/include/debug/safe_association.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/debug/safe_association.h b/libstdc++-v3/include/debug/safe_association.h
index a413b01f872..de8945301f6 100644
--- a/libstdc++-v3/include/debug/safe_association.h
+++ b/libstdc++-v3/include/debug/safe_association.h
@@ -1,6 +1,6 @@
// Safe associated container base class implementation -*- C++ -*-
-// Copyright (C) 2007 Free Software Foundation, Inc.
+// Copyright (C) 2007, 2008 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -110,7 +110,7 @@ namespace __gnu_debug
const hasher& __hf,
const key_equal& __eql,
const allocator_type& __a = allocator_type())
- : _Base(__l, __n, __hf, __eql, __a)
+ : _Base(__l, __n, __hf, __eql, __a)
{ }
_Safe_association(const _Base& __x) : _Base(__x) { }