Skip to content

Commit

Permalink
Merge 3140b31 into dd424c1
Browse files Browse the repository at this point in the history
  • Loading branch information
homespring committed Jun 7, 2021
2 parents dd424c1 + 3140b31 commit 1f558cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/drivers/BoostDriver.cpp
Expand Up @@ -50,7 +50,11 @@ class CukeBoostLogInterceptor : public ::boost::unit_test::unit_test_log_formatt
// Formatter
void log_start( std::ostream&, counter_t /*test_cases_amount*/) {};
void log_finish( std::ostream&) {};
#if BOOST_VERSION >= 107000
void log_build_info(std::ostream&, bool /*log_build_info*/){};
#else
void log_build_info( std::ostream&) {};
#endif

void test_unit_start( std::ostream&, test_unit const& /*tu*/) {};
void test_unit_finish( std::ostream&, test_unit const& /*tu*/, unsigned long /*elapsed*/) {};
Expand Down

0 comments on commit 1f558cc

Please sign in to comment.