cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
308 stars 131 forks source link

Resolves compile error with Boost 1.71.0 #230

Closed dionisioedu closed 4 years ago

dionisioedu commented 4 years ago

Summary

Details

Motivation and Context

How Has This Been Tested?

Types of changes

Checklist:

dionisioedu commented 4 years ago

There is a new virtual function on the boost::unit_test::unit_test_log_formatter in a new version of boost.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 62.47% when pulling 66ff5c8f16fada40cefd31163c497a31e6fee56d on dionisioedu:feature/compile-for-boost-107100 into dd424c1a900cb41c5db9d481714eb3471ce195e3 on cucumber:master.

LukasWoodtli commented 4 years ago

This is basically a duplicate of #225 and #227. As far as I know the API change is already in Boost 1.70 so the version check is not right in this PR.