K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-11-27T19:56:43.377127Z K 7 svn:log V 957 games/freeorion: unbreak with boost 1.69 (post-Beta1) In file included from combat/CombatEvent.cpp:1: combat/CombatEvent.h:42:25: error: implicit instantiation of undefined template 'std::__1::basic_string, std::__1::allocator >' virtual std::string CombatLogDetails(int viewing_empire_id) const ^ /usr/include/c++/v1/iosfwd:193:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_string; ^ In file included from combat/CombatEvent.cpp:1: combat/CombatEvent.h:43:14: error: implicit instantiation of undefined template 'std::__1::basic_string, std::__1::allocator >' { return std::string(""); } ^ /usr/include/c++/v1/iosfwd:193:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_string; ^ PR: 232525 Obtained from: upstream END