Add Message logging

This commit is contained in:
RipleyTom 2026-01-29 00:37:04 +01:00 committed by Elad
parent 086ab3cb37
commit 97feb4eed4
3 changed files with 10 additions and 1 deletions

View file

@ -188,7 +188,7 @@ namespace fmt
result.append(separator);
}
return result.append(source.back());
return result.append(*end);
}
template <typename T>