Skip to content

C++20 comparison in Qt (even with C++17🤩)

Tuesday, 5 November 2024 | Qt Dev Loop

In the Qt 6.7 release, we enabled support for C++20 comparison and also back-ported some of its features to C++17. This blog post will give you an overview of the comparison enhancements we are taking advantage of and offer guidance on implementing them in your custom classes.