Re: Re: stray quotation marks warning enhancement or extension

2016-04-01 Thread Manuel López-Ibáñez
On 31/03/16 23:23, Jonathan Wakely wrote: On 31 March 2016@21:10, Daniel Gutson wrote: Hi, many times we copy code snippets from sources that change the Unicode quotation marks ( “ ” ) rather than " ". For example const std::string a_string(“Hello”); That line looks innocent but

Re: stray quotation marks warning enhancement or extension

2016-03-31 Thread Jonathan Wakely
On 31 March 2016 at 21:10, Daniel Gutson wrote: > Hi, > > many times we copy code snippets from sources that change the > Unicode quotation marks ( “ ” ) rather than " ". For example > > const std::string a_string(“Hello”); > > That line looks innocent but causes gcc to say > > x.cpp