potentially
> other files) remain.
>
>
> We are looking forward to a productive discussion and feedback.
>
>
> Simon
>
> ___
> Development mailing list
> Development@qt-project.org
> https://lists.qt-project.org
As we all know, Perl is a write-only language... SCNR
On 02.04.19 13:46, Cristián Maureira-Fredes wrote:
>
> PS: Maybe some kind soul that speaks "Perl" can improve the current
> script?
--
---
Michael Winkelmann
Qt Advisor
The Qt Company GmbH
Rudower Chausse
-remove:
> auto it = std::find(myContainer.begin(), myContainer.end(),
> [&](const auto &elem) { return elem.foo == bar; });
> if (it != myContainer.end()) {
> myResult = *it;
> myContainer.erase(it); // not possible if 'it'
e
> -- possibly even interchangeable, so that code that began using QVector in
> Qt 5 will be able to "return" QList.
--
---
Michael Winkelmann
Qt Advisor
The Qt Company GmbH
Rudower Chaussee 13
D-12489 Berlin
michael.winkelm...@qt.io
+4915122973404
http://qt.io
Geschäftsf
I think what Qt is lacking is a good serialization module like cereal or
boost serialization.
With this pattern, QDataStream would be just another archive format,
like JSON or XML.
Cereal has portable and unportable binary for endianness.
The developer should be able specify how the data is serial