2013/8/25 David Chisnall <thera...@freebsd.org>:
> Oh, and it's worth noting that clang, as an extension, supports using 
> initialiser lists to create complex values and so this particular case is 
> trivial to avoid if you use this feature, which you will if you create 
> complex numbers using the macro that the C specification introduced 
> specifically to avoid this case.

Or even better, use the C11 CMPLX()/CMPLXF()/CMPLXL() macros, which
are properly supported by FreeBSD -HEAD.

-- 
Ed Schouten <e...@80386.nl>
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to