------- Additional Comments From bangerth at dealii dot org 2005-01-10 04:21 ------- You are trying to overload operator<<(std::ostream, float). That can't work, since there is already an overload for that. W.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19288