Activity for Nikos Chantziaras

  • Nikos Chantziaras Nikos Chantziaras created a blog post

    QTads 3.0 has been released

  • Nikos Chantziaras Nikos Chantziaras posted a comment on discussion General Discussion

    (Not sure how to register on Trac, so I'm posting this bug report here.) I started a new project and I'm free to require C++17, so am using all language features at will without restrictions. But I ran into an annoying false positive that is guaranteed to occur every time I do something similar to this: if (auto it = items.find(key); it != items.end()) { // can safely use 'it' } else { // not found } cppcheck 1.88 always wrongly reports: Suspicious condition. The result of find() is an iterator,...

  • Nikos Chantziaras Nikos Chantziaras created a blog post

    QTads 2.1.7 has been released

1