summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/ext/functional
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-23 14:54:26 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-23 14:54:26 +0000
commita57562d321037b6acfa4090e6bf06dbf4ab13316 (patch)
tree8ed98f8e83191876bab2e7b834249f3864fad28d /libstdc++-v3/include/ext/functional
parent667538a434b883f49975411016d5a4fb2d9ea284 (diff)
downloadppe42-gcc-a57562d321037b6acfa4090e6bf06dbf4ab13316.tar.gz
ppe42-gcc-a57562d321037b6acfa4090e6bf06dbf4ab13316.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113195 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/ext/functional')
-rw-r--r--libstdc++-v3/include/ext/functional1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/ext/functional b/libstdc++-v3/include/ext/functional
index c100f59cbd6..f159e11d639 100644
--- a/libstdc++-v3/include/ext/functional
+++ b/libstdc++-v3/include/ext/functional
@@ -67,6 +67,7 @@
_GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
+ using std::size_t;
using std::unary_function;
using std::binary_function;
using std::mem_fun1_t;
OpenPOWER on IntegriCloud