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

Disable GCC from the cppapi unit test enum part. #75

Closed arBmind closed 4 years ago

arBmind commented 4 years ago

Turns out gcc has an unfixed issue since forever - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85282

Since C++17 it was defined that this should have worked since C++14.

The cpp tutorial uses real code and works with gcc. But I cannot make this unit test to work with gcc. The unit test was not build for qmake so it did not come up on Travis.