April 8, 2026
9:37 a.m.
On Mon Apr 6 18:03:38 2026 +0000, Vitaly Lipatov wrote:
In any case, __has_builtin(__builtin_wmemchr) looks more clear than `__has_feature(cxx_constexpr_string_builtins). Will I replace it? Yes, I think we could replace it. We should also probably keep GCC as is, that would be something like `(!defined(__clang__) || __clang_major__ > 13)`.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10577#note_135497