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

Fix compilation in case if key is void*, again #33

Merged
merged 3 commits into from
Jan 3, 2019

Conversation

Lastique
Copy link
Member

This PR fixes the compilation error in case if the user specified a key of type void*. The problem was previously fixed in #21 but reappeared in 1.69.

The PR also adds a test to verify the fix.

Additionally, it converts some tabs to spaces in iterator.hpp.

This commit fixes a compilation error with gcc 8.2 about ambiguous function
calls in tree_value_compare when the user specifies a key that has type void*.
The fix take approach similar to boostorg#21.
@igaztanaga igaztanaga merged commit f847bd5 into boostorg:develop Jan 3, 2019
@igaztanaga
Copy link
Member

Many thanks.

igaztanaga added a commit that referenced this pull request Jan 3, 2019
@Lastique Lastique deleted the fix_voidptr_keys branch January 3, 2019 13:35
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.

2 participants