qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

c++ attribute specifiers

Open uwerat opened this issue 2 years ago • 0 comments

Do we want to make use of c++ attribute specifiers ?

  • noreturn ( Q_NORETURN )
  • nodiscard ( Q_REQUIRED_RESULT )
  • maybe_unused ( Q_DECL_UNUSED )
  • likely, unlikely ( Q_LIKELY, Q_UNLIKELY )
  • Q_DECL_PURE_FUNCTION
  • Q_DECL_CONST_FUNCTION
  • Q_DECL_COLD_FUNCTION

uwerat avatar Mar 25 '22 07:03 uwerat