Bug#417199: FTBFS with GCC 4.3: missing #includes

2007-04-01 Thread Richard B. Kreckel
Okay, there are actually two issues: The one with the header and one about const correctness of error_and_integral_is_less::operator(), which should have been a const member function, I suppose, as it is used as key_compare in a std::map. The proposed patch fixes the first issue. For the reco

Bug#417199: FTBFS with GCC 4.3: missing #includes

2007-04-01 Thread Martin Michlmayr
Package: ginac Version: 1.3.5-3 Usertags: ftbfs-gcc-4.3 Tags: patch Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. In GCC 4.3, the C++ header dependencies have been clean