suppress compiler warning.

This commit is contained in:
Syoyo Fujita
2025-12-17 04:33:51 +09:00
parent f44cd761fd
commit 18404bdb87

View File

@@ -18646,7 +18646,7 @@ class serializer
// jump to the end to generate the string from backward,
// so we later avoid reversing the result
buffer_ptr += n_chars;
buffer_ptr += static_cast<std::ptrdiff_t>(n_chars);
// Fast int2ascii implementation inspired by "Fastware" talk by Andrei Alexandrescu
// See: https://www.youtube.com/watch?v=o4-CwDo2zpg