On Tue, Dec 4, 2018 at 8:45 PM Thiago Macieira <[email protected]> wrote:
> On Tuesday, 4 December 2018 10:43:31 PST Bernhard Lindner wrote: > > Then let me rephrase my opionen: What every you plan to change regarding > > size types in Qt6... do it the standard (C++20?) way. > > We're doing it the way the committee says it should have done in the first > place, not the way it has done: signed. > > Thanks, underflowing operations on std::containers's size_t have been an unending source of bugs in the projects I work on. (thankfully nowadays clang can check for it with -fsanitize=undefined). > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > > > _______________________________________________ > Development mailing list > [email protected] > https://lists.qt-project.org/listinfo/development >
_______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
