Victor Zverovich

Results 199 comments of Victor Zverovich

Thanks for the information. All the known cases of `-Wstringop-overflow=` warnings (false positives) have been fixed but if you see more please provide a repro.

Please provide a godbolt repro.

Worked around in https://github.com/fmtlib/fmt/commit/a16ff5787b104945f735b1a2250b85c441a1af8e (ignore the commit message - it was accidentally messed up 🤦).

Could you provide a self-contained repro illustrating what you are trying to do and the problem? Also check out https://vitaut.net/posts/2023/simple-cxx20-modules/.

I mean without any external projects, just the minimal code snippet and build commands. We are not going to debug your CMake configs.

Looks like this overload of `join` is currently not marked as exported: https://github.com/fmtlib/fmt/blob/02537548f3a9efb5f3b83755acf50c8a16ba58c8/include/fmt/ranges.h#L700 A PR to fix it would be welcome.

> I have now tried and succeeded to reproduce a very similar set of warnings under ubuntu 24.04 gcc13.3 OK, these are sufficient repro details, we don't need godbolt.

Thanks for sharing. Do I understand correctly that you are the author of this implementation? I would recommend adding it to https://github.com/fmtlib/dtoa-benchmark first so that it can be compared to...