Skip to content

Added support for boost 1.59 and 1.60 #101

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Mar 9, 2016

Conversation

kai-unger
Copy link
Contributor

Updated the boost driver to support recent versions of boost as mentioned in issue #89. Tested with boost versions 1.54, 1.58, 1.59 and 1.60.

Adapted code to API changes in boost 1.59 and 1.60:

  • Register global test case during initialization only (adding test
    case later does not work any longer) and exchange step body function
    dynamically instead.
  • Replacement for removed
    boost::test::unit_test::framework::is_initialized()

Adapted code to API changes in boost 1.59 and 1.60:

- Register global test case during initialization only (adding test
case later does not work any longer) and exchange step body function
dynamically instead.
- Replacement for removed
boost::test::unit_test::framework::is_initialized()
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants