30 Sep
2004
30 Sep
'04
11:51 p.m.
On Thu, 30 Sep 2004, Christian Bauer wrote:
On Thu, Sep 23, 2004 at 11:58:23AM +0200, Chris Dams wrote:
This is because in basic::dbgprint a print_context is constructed from std::cerr and not a print_dflt. Changing, in basic::dbgprint, the line this->print(std::cerr); into this->print(print_dflt(std::cerr)); solves this problem.
Ok. Thanks!
Oh, maybe I'm just dense, but I fail to see why it worked fine with mul or add or any other object. Since basic::dbgprint isn't overridden anywhere, why did it fail with power objects only? Curious -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>