This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
numeric_limits implementation
- To: gcc at gcc dot gnu dot org
- Subject: numeric_limits implementation
- From: "Rich Churcher <Rich" <churchmouse at mpx dot com dot au>
- Date: Mon, 15 Nov 1999 23:54:53 +1100 (EST)
In implementing & specialising numeric_limits for gcc
i686-pc-linux-gnu, what should I use as meaningful return values for
the following member functions?
static T infinity() throw();
static T quiet_NaN() throw();
static T signaling_NaN() throw();
Cheers,
--
Rich
churchmouse@mpx.com.au