On 9/9/07, Erick Tryzelaar <[EMAIL PROTECTED]> wrote:
> This is odd. I can't directly call the isinf function:

Looking at the debug output, it looks like it's not even using the
right function. It references this:

instance [T: TYPE where (T isin (short || ushort || int || uint ||
long || ulong || vlong || uvlong || float || double || ldouble))]
Str[T] = {
  fun str: T -> string = "flx::rtl::strutil::str<#1>($1)" requires flx_strutil;
}

Which is clearly wrong. How is it missing the one defined in flx_ctypes.flx?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to