Most likely the raise of AOT compiled alternatives, for scenarios where C and C++ were only being used due to being compiled languages, big names in C++ compiler world rather put money on their own alternatives, are the two main reasons of the slow down.
- https://en.cppreference.com/w/cpp/compiler_support.html
- https://en.cppreference.com/w/cpp/compiler_support/17.html
- https://en.cppreference.com/w/cpp/compiler_support/14.html
I used to use Qt quite extensively years ago, and it seemed that all MOC was really bringing to the table was signa-slot connections which can certainly be done in much nicer ways (e.g. just use std::function to represent signals).
Kelteseth•2h ago
buovjaga•2h ago