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

BOOST_NO_CXX98_FUNCTION_BASE redefined when using libc++ #470

Open
alokpr opened this issue Jul 28, 2023 · 1 comment
Open

BOOST_NO_CXX98_FUNCTION_BASE redefined when using libc++ #470

alokpr opened this issue Jul 28, 2023 · 1 comment

Comments

@alokpr
Copy link

alokpr commented Jul 28, 2023

BOOST_NO_CXX98_FUNCTION_BASE is defined for rule container_hash:

defines = ["BOOST_NO_CXX98_FUNCTION_BASE"],

Also defined by boost/config/stdlib/libcpp.hpp: https://github.com/boostorg/config/blob/develop/include/boost/config/stdlib/libcpp.hpp#L176

@alokpr
Copy link
Author

alokpr commented Jul 28, 2023

001-fix-issue-470.patch

Not sure why this define was added originally, but removing it fixes the warning.

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

1 participant