[libcxx-commits] [libcxx] [libc++] Optimize num_put integral functions (PR #120859)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 15 06:39:32 PST 2025
================
@@ -34,6 +34,15 @@ struct _LIBCPP_EXPORTED_FROM_ABI to_chars_result {
#endif // _LIBCPP_STD_VER >= 17
+struct _LIBCPP_EXPORTED_FROM_ABI __to_chars_result {
----------------
ldionne wrote:
Why is this marked as `_LIBCPP_EXPORTED_FROM_ABI`?
https://github.com/llvm/llvm-project/pull/120859
More information about the libcxx-commits
mailing list