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
This commit is contained in:
parent
b0e43da8fb
commit
d28d43815b
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2011-07-19 François Dumont <francois.cppdevs@free.fr>
|
||||
|
||||
* include/debug/safe_unordered_base.h, safe_unordered_sequence.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)
|
||||
|
Loading…
Reference in New Issue
Block a user