On 2012-05-09 02:56, Sean Cavanaugh wrote: > Thousands of my C/C++ floating point constants are broken by the CTFE > change since as 'integer'-like float constants 31.f and won't compile > anymore, since its trying to do f(31) to them for me now . . . I don't see any point in supporting 31.f as a floating point syntax. -- /Jacob Carlborg