This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] strtoll and strtoull in libiberty (fix: libstdc++/5611)
- From: DJ Delorie <dj at redhat dot com>
- To: gregod at cs dot rpi dot edu
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 15 Mar 2002 16:28:43 -0500
- Subject: Re: [PATCH] strtoll and strtoull in libiberty (fix: libstdc++/5611)
- References: <200203151946.g2FJkBu01656@mailout6.nyroc.rr.com>
* use of the "register" keyword is to be avoided.
* Do you *really* want to link libstdc++ against libiberty? libiberty
includes GPL and LGPL components, which may be a Bad Thing to have
in libstdc++, since libstdc++ has the "special exception" and
libiberty does not.
* What Alex said :-)