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

Getting integer_log2.hpp deprecation warnings #88

Closed
mwpowellhtx opened this issue Dec 20, 2018 · 7 comments
Closed

Getting integer_log2.hpp deprecation warnings #88

mwpowellhtx opened this issue Dec 20, 2018 · 7 comments

Comments

@mwpowellhtx
Copy link

d:\dev\boost.org\boost_1_69_0\boost\pending\integer_log2.hpp(7): note: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.

This with the latest Boost 1.69.0. I'm assuming this is known at least partly.

@jeking3
Copy link
Collaborator

jeking3 commented Dec 20, 2018

I wasn't aware, no. Thanks.

@mwpowellhtx
Copy link
Author

No worries. I think it is, by process of elimination, anyway.

@jeking3
Copy link
Collaborator

jeking3 commented Dec 20, 2018

I'm not able to reproduce this on the current develop. integer_log2 is not referenced in any uuid file. The issue is likely in another repo?

@jeking3 jeking3 closed this as completed Dec 20, 2018
@Lastique
Copy link
Member

This is possibly from Boost.Random and fixed by boostorg/random@1be44d4 in develop.

@mwpowellhtx
Copy link
Author

When I add the random generator include, that's when I get the error.

#include <boost/uuid/random_generator.hpp>

May be a dependency you're taking, however.

@mr-j0nes
Copy link

This is not a boost/uuid problem but rather a boost/random one. Here the discussion:

boostorg/random#49

@mwpowellhtx
Copy link
Author

@mr-j0nes We understand that, thank you. I brought it to the floor because I do not care about Boost.Random. My view into the issue is Boost.Uuid. Out here.

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

No branches or pull requests

4 participants