Search Results

Found 1 results for "3755c78655ed195385305377c7ec9ace" across all boards searching md5.

Anonymous /g/105800235#105806078
7/5/2025, 8:54:02 AM
https://godbolt.org/z/nobWs81dv

I've been working on a library for a while, and have been implementing formatting in it (fmtlib and std::format do not do what I need in my library). I couldn't figure out why one of my tests was failing and it turns out that libstdc++ is doing something wrong. clang with libc++ and msvc do the right thing.