head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.30 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.28 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.26 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.24 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.22 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.20 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.18 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.16 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.14 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.12 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.10 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.8 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.6 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.4 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.2 pkgsrc-2022Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2026.03.25.22.56.26; author wiz; state Exp; branches; next 1.1; commitid 29BuEbar9GuKtpzG; 1.1 date 2022.08.13.09.38.09; author tnn; state Exp; branches; next ; commitid JoQH5dtVZc4AuHPD; desc @@ 1.2 log @llvm and friends: update to to 20.1.8 Based on the wip packages and help from adam@@ @ text @$NetBSD: patch-src_charconv.cpp,v 1.1 2022/08/13 09:38:09 tnn Exp $ #if out some code that doesn't compile with GCC < 11 for now --- src/charconv.cpp.orig 2025-04-29 23:05:17.000000000 +0000 +++ src/charconv.cpp @@@@ -34,6 +34,7 @@@@ _LIBCPP_EXPORTED_FROM_ABI char* __u64toa // This implementation is dedicated to the memory of Mary and Thavatchai. +#if _LIBCPP_STD_VER > 17 to_chars_result to_chars(char* __first, char* __last, float __value) { return _Floating_to_chars<_Floating_to_chars_overload::_Plain>(__first, __last, __value, chars_format{}, 0); } @@@@ -74,6 +75,7 @@@@ to_chars_result to_chars(char* __first, return _Floating_to_chars<_Floating_to_chars_overload::_Format_precision>( __first, __last, static_cast(__value), __fmt, __precision); } +#endif template __from_chars_result<_Fp> __from_chars_floating_point( @ 1.1 log @libcxx: misc cleanup - try to restore SunOS patches which were left obviously broken (untested) - reduce compiler requirement - delint @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/charconv.cpp.orig 2022-06-22 16:46:24.000000000 +0000 d7 1 a7 1 @@@@ -152,6 +152,7 @@@@ __u64toa(uint64_t value, char* buffer) n d15 1 a15 1 @@@@ -192,5 +193,6 @@@@ to_chars_result to_chars(char* __first, d21 2 a22 1 _LIBCPP_END_NAMESPACE_STD @