[Development] Basing Qt Creator Coding Style on C++ Core Guidelines?
Philippe
philwave at gmail.com
Sun Nov 20 23:20:11 CET 2016
On Sun, 20 Nov 2016 19:49:09 +0100
Marc Mutz <marc.mutz at kdab.com> wrote:
> I just intended to indicate that with 5.0, when we dropped QT_NO_STL, but
> failed to take advantage of the STL containers,
...good that STL containers were not used... Look at _this month_ Visual
Studio 2017 announcement:
<<<<
std::vector has been overhauled for correctness and performance: aliasing during insertion/emplacement is now correctly handled as required by the Standard, the strong exception guarantee is now provided when required by the Standard via move_if_noexcept() and other logic, and insertion/emplacement perform fewer element operations.
(https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
>>>>
Being the "standard library" does not mean "bug free and equal on all
platforms". Dependencies with other libraries must be careful checked.
Philippe
More information about the Development
mailing list