[libc-commits] [libc] [libc] Template the printf / scanf parser class (PR #66277)
via libc-commits
libc-commits at lists.llvm.org
Thu Sep 14 10:26:58 PDT 2023
================
@@ -94,6 +102,203 @@ class Parser {
#endif // LIBC_COPT_SCANF_DISABLE_INDEX_MODE
};
+template <typename ArgProvider>
----------------
michaelrj-google wrote:
same as printf, I don't think these functions need to be templated individually.
https://github.com/llvm/llvm-project/pull/66277
More information about the libc-commits
mailing list