summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2011-07-20 09:40:11 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2011-07-20 09:40:11 +0000
commitd28d43815b736e0ab88b5056744f192d06985649 (patch)
tree1fc6ad692d27fc3093573eebd310f41b624a46a5 /libstdc++-v3/include/debug
parentb0e43da8fb5cef8036f19e4ca75d6862d64cdd22 (diff)
downloadgcc-d28d43815b736e0ab88b5056744f192d06985649.tar.gz
safe_local_iterator.h (_Safe_local_iterator<>:: _Safe_local_iterator(const _Iterator&, size_type, const _Sequence*)): Fix typo.
2011-07-20 Paolo Carlini <paolo.carlini@oracle.com> * include/debug/safe_local_iterator.h (_Safe_local_iterator<>:: _Safe_local_iterator(const _Iterator&, size_type, const _Sequence*)): Fix typo. From-SVN: r176500
Diffstat (limited to 'libstdc++-v3/include/debug')
-rw-r--r--libstdc++-v3/include/debug/safe_local_iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/debug/safe_local_iterator.h b/libstdc++-v3/include/debug/safe_local_iterator.h
index a204f28cf7f..de0cbee2a62 100644
--- a/libstdc++-v3/include/debug/safe_local_iterator.h
+++ b/libstdc++-v3/include/debug/safe_local_iterator.h
@@ -88,7 +88,7 @@ namespace __gnu_debug
* @pre @p seq is not NULL
* @post this is not singular
*/
- _Safe_local_iterator(const _Iterator& __i, size_t __bucket,
+ _Safe_local_iterator(const _Iterator& __i, size_type __bucket,
const _Sequence* __seq)
: _Safe_local_iterator_base(__seq, _M_constant()), _M_current(__i),
_M_bucket(__bucket)