diff --git a/src/lib/format-util.hpp b/src/lib/format-util.hpp index 08700b8f6..964955ac9 100644 --- a/src/lib/format-util.hpp +++ b/src/lib/format-util.hpp @@ -197,8 +197,8 @@ namespace util { if (!strings) return ""; std::ostringstream buffer; - for (string const& elm : strings) - buffer << elm << delim; + for ( ; strings; ++strings) + buffer << *strings << delim; // chop off last delimiter size_t len = buffer.str().length(); diff --git a/wiki/thinkPad.ichthyo.mm b/wiki/thinkPad.ichthyo.mm index 51a2745f8..9fc97ee18 100644 --- a/wiki/thinkPad.ichthyo.mm +++ b/wiki/thinkPad.ichthyo.mm @@ -7230,18 +7230,40 @@ - - + + - + - - + + + + + + + + + + + +

+ man kann move(iter) verwenden, +

+

+ wenn man konsumieren möchte +

+ + +
+
+ + +
- - + + @@ -7261,17 +7283,17 @@ - + - - + + - - + +