JetBrains/teamcity-cpp

teamcity-cpp/boost/teamcity_boost.cpp needs some changes to compile with boost 1.70.0

emmett-b opened this issue · 5 comments

teamcity-cpp/boost/teamcity_boost.cpp needs something like:

#if BOOST_VERSION >= 107000
void log_build_info(std::ostream & out, bool) override {
log_build_info(out);
}
#endif

inside TeamcityBoostLogFormatter to compile with boost 1.70.0

zaufi commented

@emmett-b
this repo looks abandoned. So, I use my own fork and it's already fixed for boost 1.70 %)

Hmmm, ok thanks!
Where are we supposed to get updated versions of this?
I guess I should ask JetBrains support...

Could you please send us a pull request with the change?

zaufi commented

@dmitry-treskunov my repo really differ nowadays from its parent