We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0214f2f commit fe30409Copy full SHA for fe30409
1 file changed
strings/base_string.h
@@ -642,6 +642,7 @@ WINRT_EXPORT namespace winrt
642
return impl::hstring_convert(value);
643
}
644
645
+#if !defined(_LIBCPP_VERSION) || _LIBCPP_VERSION >= 14000
646
inline hstring to_hstring(float value)
647
{
648
@@ -651,6 +652,7 @@ WINRT_EXPORT namespace winrt
651
652
653
654
655
+#endif
656
657
inline hstring to_hstring(char16_t value)
658
0 commit comments