[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gcc 2.97 & groff 1.16.1 ?
From: |
Werner LEMBERG |
Subject: |
Re: Gcc 2.97 & groff 1.16.1 ? |
Date: |
Sat, 24 Feb 2001 00:19:47 +0100 (CET) |
> I dunno enough about C++ to determine whether it's a syntax
> change, tighter enforcement, or a compiler bug (or installation
> issue):
>
> font.cc: In member function `int font::get_width(int, int)':
> font.cc:248: no matching function for call to
> `font_widths_cache::font_widths_cache(int&, int&)'
> font.cc:56: candidates are: font_widths_cache::font_widths_cache(const
> font_widths_cache&)
> font.cc:226: font_widths_cache::font_widths_cache(int, int,
> font_widths_cache*)
This really looks like a bug...
Werner