K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-04-26T22:22:58.347587Z K 7 svn:log V 794 devel/cxxtools: unbreak with libc++ 6.0 In file included from settingswriter.cpp:28: In file included from ./settingswriter.h:31: In file included from ../include/cxxtools/char.h:32: In file included from /usr/include/c++/v1/string:477: /usr/include/c++/v1/string_view:211:5: error: static_assert failed due to requirement 'is_pod::value' "Character type of basic_string_view must be a POD" static_assert(is_pod::value, "Character type of basic_string_view must be a POD"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ settingswriter.cpp:42:21: note: in instantiation of template class 'std::__1::basic_string_view >' requested here *_os << std::endl; ^ Reported by: pkg-fallout END