diff liboctave/array/Range.cc @ 31606:dfa5d9c3ae72

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents fb77a0b4a00a e88a07dec498
children 23664317f0d3
line wrap: on
line diff
--- a/liboctave/array/Range.cc	Thu Dec 01 14:01:16 2022 -0800
+++ b/liboctave/array/Range.cc	Thu Dec 01 14:28:07 2022 -0800
@@ -39,8 +39,8 @@
 #include "lo-mappers.h"
 #include "lo-utils.h"
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
+
   template <typename T>
   T xtfloor (T x, T ct)
   {
@@ -451,4 +451,5 @@
   {
     return xnnz (m_base, m_limit, m_increment, m_final, m_numel);
   }
-}
+
+OCTAVE_END_NAMESPACE(octave)