K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-08-27T17:29:03.811076Z K 7 svn:log V 736 games/keeperrl: unbreak with libc++ 7 In file included from effect.cpp:731: ./pretty_archive.h:135:12: error: call to 'quoted' is ambiguous ar.os << std::quoted(t) << " "; ^~~~~~~~~~~ /usr/include/c++/v1/iomanip:645:1: note: candidate function [with _CharT = char, _Traits = std::__1::char_traits, _Allocator = std::__1::allocator] quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __escape=_CharT('\\')) ^ ./extern/iomanip.h:173:3: note: candidate function [with _CharT = char, _Traits = std::__1::char_traits, _Alloc = std::__1::allocator] quoted(const basic_string<_CharT, _Traits, _Alloc>& __string, ^ PR: 230355 Obtained from: upstream END