[libcxx-commits] [libcxx] [libcxx][FreeBSD] Fix __transform_primary in FreeBSD (PR #186130)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 23 11:56:17 PDT 2026


================
@@ -1130,6 +1130,18 @@ typename regex_traits<_CharT>::string_type
 regex_traits<_CharT>::__transform_primary(_ForwardIterator __f, _ForwardIterator __l, char) const {
----------------
aokblast wrote:

Just add another diff check. I am not sure how many platforms break on this feature. Let CI tell us.

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


More information about the libcxx-commits mailing list