This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/27199] ptrdiff_t and size_t outside of namespace std



------- Comment #2 from paolo at gcc dot gnu dot org  2006-04-23 14:54 -------
Subject: Bug 27199

Author: paolo
Date: Sun Apr 23 14:54:26 2006
New Revision: 113195

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113195
Log:
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.

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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27199


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]