[cfe-dev] hexfloats in c++0x

Howard Hinnant hhinnant at apple.com
Thu Jan 27 10:50:22 PST 2011


Can we turn on support for hexfloats in -std=c++0x?  It is already turned on in c++03 mode.

get_double.pass.cpp:108:14: error: invalid suffix 'p' on integer constant
        assert(v == 0x125p-1);
        ^

Thanks,
Howard





More information about the cfe-dev mailing list