Search Results
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.
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.
Page 1