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

deprecation message with boost 1.74.0 #98

Closed
TorpedoZoidberg opened this issue Nov 19, 2020 · 1 comment
Closed

deprecation message with boost 1.74.0 #98

TorpedoZoidberg opened this issue Nov 19, 2020 · 1 comment

Comments

@TorpedoZoidberg
Copy link

TorpedoZoidberg commented Nov 19, 2020

Using turtle 1.3.2 with boost 1.74.0 (compiler msvc 14.2) there is deprecation message triggered from .../boost/bind.hpp (@line 36) by including the following headers:

#include <boost/test/unit_test.hpp>
#include <turtle/mock.hpp>

The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.

Although technically not a warning it clutters the build output in the same way.

@Flamefire
Copy link
Collaborator

Fixed with #88

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

2 participants