K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-01-20T17:46:54.908362Z K 7 svn:log V 2464 games/battletanks: unbreak build with Clang 6 (C++14 by default) In file included from engine/net/scanner.cpp:1: In file included from engine/src/config.h:33: In file included from ./mrt/xml.h:23: /usr/include/c++/v1/map:629:15: error: object of type 'std::__1::pair' cannot be assigned because its copy assignment operator is implicitly deleted {__nc = __v.__cc; return *this;} ^ /usr/include/c++/v1/__tree:1645:35: note: in instantiation of member function 'std::__1::__value_type::operator=' requested here __cache->__value_ = *__first; ^ /usr/include/c++/v1/__tree:1575:9: note: in instantiation of function template specialization 'std::__1::__tree, std::__1::__map_value_compare, std::__1::less, true>, std::__1::allocator > >::__assign_multi, std::__1::__tree_node, void *> *, long> >' requested here __assign_multi(__t.begin(), __t.end()); ^ /usr/include/c++/v1/map:912:21: note: in instantiation of member function 'std::__1::__tree, std::__1::__map_value_compare, std::__1::less, true>, std::__1::allocator > >::operator=' requested here __tree_ = __m.__tree_; ^ engine/net/scanner.cpp:256:8: note: in instantiation of member function 'std::__1::map, std::__1::allocator > >::operator=' requested here hosts = _hosts; ^ /usr/include/c++/v1/utility:325:5: note: copy assignment operator is implicitly deleted because 'pair' has a user-declared move constructor pair(pair&&) = default; ^ Reported by: pkg-fallout END