changeset 30991:2e39b8ff1860

maint: merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Mon, 09 May 2022 12:58:05 -0400
parents 347fd0653508 (current diff) ed06f74e16cf (diff)
children 4ef25c610433
files libinterp/corefcn/gcd.cc
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/gcd.cc	Mon May 09 11:08:33 2022 -0400
+++ b/libinterp/corefcn/gcd.cc	Mon May 09 12:58:05 2022 -0400
@@ -59,9 +59,6 @@
   return aa;
 }
 
-// Don't use the Complex and FloatComplex typedefs because we need to
-// refer to the actual float precision FP in the body (and when gcc
-// implements template aliases from C++0x, can do a small fix here).
 template <typename FP>
 static void
 divide (const std::complex<FP>& a, const std::complex<FP>& b,