Fix breakage due to removing __gnu_cxx::size_t declaration
authorJonathan Wakely <jwakely@redhat.com>
Fri, 31 May 2019 13:59:19 +0000 (14:59 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 31 May 2019 13:59:19 +0000 (14:59 +0100)
commitff0b7e883d9f09785c92ab41fa32fa093b60b346
tree681fc96bac10f4ce9635a1f49a40851e1a7b3acb
parentca3edeaed691cf971ebdf7768f5d73b182c1aa07
Fix breakage due to removing __gnu_cxx::size_t declaration

Restore the using-declaration but locally in the source file, not in the
header.

* src/c++98/bitmap_allocator.cc: Add using-declaration for size_t.

From-SVN: r271812
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++98/bitmap_allocator.cc