Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fix #244

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Tests fix #244

wants to merge 4 commits into from

Conversation

georgemp
Copy link
Contributor

@georgemp georgemp commented Jun 7, 2019

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
Copy link

Coverage Status

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

@coveralls
Copy link

coveralls commented Jun 7, 2019

Coverage Status

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

require/support it.
2. Removing some pessismistic std::moves that gcc9 was complaining
about.
3. Adding newer compilers/platforms to the Travis build matrix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants