From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Krivosheev To: Edward Carter Cc: egcs@cygnus.com Subject: Re: numeric_limits Date: Mon, 16 Feb 1998 11:14:00 -0000 Message-id: References: <34E66CE1.7EC74D25@extremezone.com> X-SW-Source: 1998-02/msg00758.html Hi, Edward i don't understand how you're going to handle specialization for float/double, particulary is_iec559 member and NAN stuff. It's highly platform dependant and numeric_limits should be actually generated on the fly (at least in part) in configure/Makefile. Another interesting question is how numeric_limits specializarion for float/double will live together with -ffast-math option. just a thought... regards OK