changeset 30990:ed06f74e16cf stable

maint: remove obsolete comment in gcd.cc about C++0x
author Arun Giridhar <arungiridhar@gmail.com>
date Mon, 09 May 2022 12:57:11 -0400
parents 30e2a7ca6729
children 2e39b8ff1860 63710f3bd981
files libinterp/corefcn/gcd.cc
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/gcd.cc	Sat May 07 15:14:12 2022 -0700
+++ b/libinterp/corefcn/gcd.cc	Mon May 09 12:57:11 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,