[libcxx-commits] [libcxx] WIP - [libc++][string] P2587R3: `to_string` or not `to_string` (PR #78100)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 13 06:16:56 PDT 2025


================
@@ -247,6 +248,36 @@ long double stold(const wstring& str, size_t* idx) { return as_float<long double
 
 // to_string
 
+#if _LIBCPP_STD_VER >= 26
----------------
H-G-Hristov wrote:

@frederick-vs-ja I made an attempt to address your suggestion. Could you, please, have a look.

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


More information about the libcxx-commits mailing list