Newest questions tagged c++ - Stack Overflow
How often do you use C++ attributes?
I always forget that attributes like [[nodiscard]], [[assume]], [[likely]], and [[unlikely]], exist. I never use them. Every once in a while, I see somebody using them. Should I start using these whenever I can? How much
View original source