rttrorg / rttr

C++ Reflection Library
https://www.rttr.org
MIT License
3.17k stars 439 forks source link

Tests fix #244

Open georgemp opened 5 years ago

georgemp commented 5 years ago

In newer versions of Clang (above 6.0.1), unit_tests fail to compile due to warning self-assign-overloaded being treated as an error. Examples at variant_assign_test.cpp:156 and variant_assign_test.cpp:164.

With this PR, the warnings are still shown, but, they are not treated as errors.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 92.168% when pulling 7bd4e1cebe9783bd08293877dfc6d4d0c8d475e3 on georgemp:tests_fix into b3a131cf6a42c8bbcd7dd75c2acc9c61c0722775 on rttrorg:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 92.28% when pulling b1669f94f2c0c102b27f18de8a22d6eb8ceffd78 on georgemp:tests_fix into b3a131cf6a42c8bbcd7dd75c2acc9c61c0722775 on rttrorg:master.