]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / ext / pb_ds / detail / binary_heap_ / entry_pred.hpp
index 660c18a1a5fcc93b1934b4793926404214505cb2..3ed37b1a9b8e119c27a7053969749c883fd01048 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 
-// Copyright (C) 2005-2014 Free Software Foundation, Inc.
+// Copyright (C) 2005-2020 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the terms
@@ -61,10 +61,10 @@ namespace __gnu_pbds
       struct entry_pred<_VTp, Pred, _Alloc, false>
       {
       private:
-       typedef typename _Alloc::template rebind<_VTp>          __rebind_v;
+       typedef rebind_traits<_Alloc, _VTp>             __rebind_v;
 
       public:
-       typedef typename __rebind_v::other::const_pointer       entry;
+       typedef typename __rebind_v::const_pointer      entry;
 
        struct type : public Pred
        {