gcc builtin functions, e.g. memcpy, and namespace std

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu May 18 23:40:00 GMT 2000


>   Dont forget it needs to work with overloading.  We have sqrt ([float | double
> | long double]), abs ([int | long | float | double | long double]), etc.

Overloading does not work for extern "C" function. At most one of
those can be extern "C".

Regards,
Martin



More information about the Libstdc++ mailing list