[libcxx-commits] [libcxx] [libc++] Optimize num_get integral functions (PR #121795)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 26 07:58:01 PST 2025


================
@@ -102,6 +102,18 @@ int main(int, char**)
         assert(err == ios.goodbit);
         assert(v == 291);
     }
+    {
----------------
ldionne wrote:

Since we're reimplementing this whole thing, I think it would be pretty important to have good test coverage. Perhaps we can look into missing coverage from the MSVC test suite?

https://github.com/llvm/llvm-project/pull/121795


More information about the libcxx-commits mailing list