Re: [C++] Advertise -fext-numeric-literals in error messages

2014-01-02 Thread Jason Merrill
OK. Jason

[C++] Advertise -fext-numeric-literals in error messages

2014-01-01 Thread Marc Glisse
Hello, an error message like the following: error: unable to find numeric literal operator 'operator"" iF' for using _Complex_I can be a bit hard for users to handle. This adds a note that -std=gnu++11 and -fext-numeric-literals might help. Ideally we would check if the suffix is indeed recog