Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails for LLVM 19 / Windows #234

Open
MarcKamradt opened this issue Sep 29, 2024 · 0 comments
Open

Build fails for LLVM 19 / Windows #234

MarcKamradt opened this issue Sep 29, 2024 · 0 comments

Comments

@MarcKamradt
Copy link

It seems the function

    template <size_t index, typename = void,
              KFR_ENABLE_IF(index < 1024 && !compound_type_traits<T>::is_scalar)>
    KFR_MEM_INTRINSIC constexpr void set(csize_t<index>, const value_type& s) CMT_NOEXCEPT
    {
        this->s[index] = s;
    }

does not compile with the latest LLVM. It looks like clang never evaluated it before because of the KFR_ENABLE_IF and they now have changed the behavior and the compilation fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant