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
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