changeset 30493:6fc9847bd302

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Wed, 15 Dec 2021 21:29:44 -0500
parents 2be7ac9389cb (current diff) e9a6d3822244 (diff)
children 358295cdc0a4
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/array/Array.h	Wed Dec 15 20:26:12 2021 -0500
+++ b/liboctave/array/Array.h	Wed Dec 15 21:29:44 2021 -0500
@@ -136,7 +136,7 @@
 
     typedef std::allocator_traits<Alloc> Alloc_traits;
 
-    typedef typename Alloc_traits::rebind_traits<T> T_Alloc_traits;
+    typedef typename Alloc_traits::template rebind_traits<T> T_Alloc_traits;
     typedef typename T_Alloc_traits::pointer pointer;
 
     pointer m_data;