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

FakeIt broken with latest boost boost 1.59.0 #38

Closed
marco-m opened this issue Aug 29, 2015 · 4 comments
Closed

FakeIt broken with latest boost boost 1.59.0 #38

marco-m opened this issue Aug 29, 2015 · 4 comments

Comments

@marco-m
Copy link
Contributor

marco-m commented Aug 29, 2015

Latest boost 1.59.0 removed boost::test_tools::tt_detail::check_impl(), which is used by FakeIt:

In file included from test-broadcast.cpp:13:
src/FakeIt/single_header/boost/fakeit.hpp:1123:45: error: no member named 'check_impl' in namespace
      'boost::test_tools::tt_detail'; did you mean 'check_type'?
            ::boost::test_tools::tt_detail::check_impl(
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
@marco-m
Copy link
Contributor Author

marco-m commented Sep 9, 2015

Hello! Any news/thoughts?

@eranpeer
Copy link
Owner

Hi, I did not have time to fix it yet. I hope I'll have more time by next
weekend. I'll do my best to fix this one soon.

On Wed, Sep 9, 2015 at 8:46 PM, Marco Molteni notifications@github.com
wrote:

Hello! Any news/thoughts?


Reply to this email directly or view it on GitHub
#38 (comment).

Eran
972-52-8387550

@marco-m
Copy link
Contributor Author

marco-m commented Sep 10, 2015

Thanks a lot Eran, I appreciate it :-) And, kudos for the elegance of FakeIt :-)

@eranpeer
Copy link
Owner

Fixed it. Should work now. please pull the latest version.
Thanks for submitting this issue and for the good feedback.

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