]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std)
authorMarc Glisse <marc.glisse@normalesup.org>
Sun, 23 Apr 2006 14:54:26 +0000 (14:54 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 23 Apr 2006 14:54:26 +0000 (14:54 +0000)
commit05a2763ef32d20ad24b7e03907c566dbc80d5c7b
tree8ed98f8e83191876bab2e7b834249f3864fad28d
parentc9379bf062307760ddf408620d5e233700583c78
re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std)

2006-04-23  Marc Glisse  <marc.glisse@normalesup.org>

PR libstdc++/27199
* ext/pool_allocator.h: Add using declarations for size_t, ptrdiff_t.
* ext/bitmap_allocator.h: Likewise; qualify with std::.
* ext/new_allocator.h: Likewise.
* ext/malloc_allocator.h: Likewise.
* ext/array_allocator.h: Likewise.
* ext/mt_allocator.h: Likewise.
* ext/functional: Likewise for size_t.
* ext/debug_allocator.h: Likewise.
* bits/char_traits.h: Qualify with std:: size_t.
* debug/hash_multimap.h: Likewise.

From-SVN: r113195
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/char_traits.h
libstdc++-v3/include/debug/hash_multimap.h
libstdc++-v3/include/ext/array_allocator.h
libstdc++-v3/include/ext/bitmap_allocator.h
libstdc++-v3/include/ext/debug_allocator.h
libstdc++-v3/include/ext/functional
libstdc++-v3/include/ext/malloc_allocator.h
libstdc++-v3/include/ext/mt_allocator.h
libstdc++-v3/include/ext/new_allocator.h
libstdc++-v3/include/ext/pool_allocator.h