This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: ummm.... why is there a limits.h file now?
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Subject: Re: ummm.... why is there a limits.h file now?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 12 Sep 2001 08:53:59 -0700
- Cc: libstdc++ at gcc dot gnu dot org
- Organization: Red Hat/San Francisco
- References: <200109101748.f8AHmg505345@constant.com><flae02800i.fsf@jambon.cmla.ens-cachan.fr>
- Reply-To: bkoz at redhat dot com
| 1) limits.h is a "C" compatibility header. Use something besides
this,
| say cpu_limits.h. (No point in confusing things, especially since
| glibc has a bits subdir as well.)
You're 101% right -- I missed that that when it went in.
| 2) there should be no includes in c++config, if possible. This
should
You're right.
Gaby, could you please fix this?
thanks,
benjamin