This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: What's wrong with <limits>?
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Phil Edwards <phil at jaj dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: 26 Apr 2003 08:28:23 +0200
- Subject: Re: What's wrong with <limits>?
- Organization: Integrable Solutions
- References: <20030425234418.GA26337@disaster.jaj.com>
Phil Edwards <phil at jaj dot com> writes:
| At the start of include/std/std_limits.h is the comment
|
| // Note: this is not a conforming implementation.
| // Written by Gabriel Dos Reis <gdr at codesourcery dot com>
|
| What's not conforming about it? (I'm not claiming it /is/ conforming,
| but I don't see anything obviously missing.)
At the time I wrote that I knew it wasn't conforming -- mostly because
there were no true support for floating points and such. Since then,
things have improved and I didn't remonitor the implementation.
-- Gaby