pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/33976: graphics/librsvg2 fails to build with SunStudio 11 compilers on Solaris 10
The following reply was made to PR pkg/33976; it has been noted by GNATS.
From: joerg%britannica.bec.de@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/33976: graphics/librsvg2 fails to build with SunStudio 11
compilers on Solaris 10
Date: Tue, 11 Jul 2006 17:00:54 +0200
On Tue, Jul 11, 2006 at 02:25:00PM +0000, raymond.meyer%rambler.ru@localhost
wrote:
> I think __PRETTY_FUNCTION__ is GCC-ism and serves the same purpose as
> __func__ in C99 standard.
Please make this conditional since __PRETTY_FUNCTION__ is not identical
and often more usefl than __func__. Consider a C++ program using this
library, in which case __PRETTY_FUNTION__ allows the detection of which
overloaded method called it.
Joerg
Home |
Main Index |
Thread Index |
Old Index