[Development] Feature Freeze Exception: QStringView

Thiago Macieira thiago.macieira at intel.com
Wed Feb 1 18:34:59 CET 2017


Em quarta-feira, 1 de fevereiro de 2017, às 18:09:17 PST, Александр Волков 
escreveu:
> But when readLineInto() is trying to write into an implicitly shared
> string buffer,
> then the content of the buffer is copied and readLineInto() writes into
> the copy.

And that is the problem. If you're using readLineInto, you should organise 
your code so that the object you pass isn't shared.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list