woboq / verdigris

Qt without moc: set of macros to use Qt without needing moc
https://woboq.com/blog/verdigris-qt-without-moc.html
GNU Lesser General Public License v3.0
638 stars 58 forks source link

MSVC 16.10 compatiblity #87

Closed arBmind closed 2 years ago

arBmind commented 3 years ago

MSVC 16.10 requires explicit return type for constexpr functions. Seems like a regression, but not very hard to fix for Verdigris.

This also updated Github Actions for GCC and Clang because versions <=8 were removed. See https://github.com/actions/virtual-environments/issues/2950