]> www.ginac.de Git - ginac.git/commit
[DEBUG] Make some debug output operators compile in factor.cpp...
authorRichard Kreckel <kreckel@ginac.de>
Mon, 14 Nov 2022 22:05:47 +0000 (23:05 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 14 Nov 2022 22:05:47 +0000 (23:05 +0100)
commitcdb367739f507337ef1aa5c973e4671c908cf361
treeddc02ec24f1bf949f59b33aecbf9a878550a66d6
parentcdce7eb2282dbb095e9ae079da371c78b7c5150e
[DEBUG] Make some debug output operators compile in factor.cpp...

...for the case when somebody actually #defines DEBUGFACTOR. The operators
must be in the same anonymous namespace in which umodpoly, upoly and upvec
are typedef'ed. (I'm not really sure I understand why but that's what GCC
and CLang are convinced of.)
ginac/factor.cpp