* include/ext/throw_allocator.h (throw_allocator_base): Qualify
size_t and ptrdiff_t.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277337
138bc75d-0d04-0410-961f-
82ee72b054a4
2019-10-23 Jonathan Wakely <jwakely@redhat.com>
+ * include/ext/throw_allocator.h (throw_allocator_base): Qualify
+ size_t and ptrdiff_t.
+
* include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp:
Use detail::rebind_traits.
* include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp:
: public annotate_base, public _Cond
{
public:
- typedef size_t size_type;
- typedef ptrdiff_t difference_type;
+ typedef std::size_t size_type;
+ typedef std::ptrdiff_t difference_type;
typedef _Tp value_type;
typedef value_type* pointer;
typedef const value_type* const_pointer;