d1vanov/libquentier

Get rid of utility/Macros.h header

Closed this issue · 1 comments

The only macros this header actually contains are obsolete and unused by now so these need to be removed. Polyfill for qAsConst needs to be moved to a separate header. Need to think how to name it. Maybe something like Compat.h, then I could put there things like hash_value for QString for compatibility with boost.

Done in development branch.