# HG changeset patch # User Arun Giridhar # Date 1652115431 14400 # Node ID ed06f74e16cf4d5406c7919ceeed435158344c97 # Parent 30e2a7ca67292e450d382f0d50b3c50334fad0fb maint: remove obsolete comment in gcd.cc about C++0x diff -r 30e2a7ca6729 -r ed06f74e16cf libinterp/corefcn/gcd.cc --- 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 static void divide (const std::complex& a, const std::complex& b,