problems with lang/gcc43

Alexander Churanov alexanderchuranov at gmail.com
Sun Apr 19 09:06:20 UTC 2009


Hi Oliver,

Just want to add my 2 cents.

> 2) something in the
> /usr/local/lib/gcc-4.3.4/include/c++/bits/locale_facets.h header seems to be
> broken. just take the toupper() function definition. It takes two arguments
> and it conflicts somehow with the libc declaration of toupper() where
> toupper(3) reveals that it only takes one argument.

This is has nothing in common with libc and toupper(3). This is a
method of class "_ctype_abstract_base" used to implement C++ locale
facet.

Alexander Churanov


More information about the freebsd-ports mailing list