https://bugs.freedesktop.org/show_bug.cgi?id=74098
--- Comment #3 from Francisco Jerez <curroje...@riseup.net> --- Created attachment 92932 --> https://bugs.freedesktop.org/attachment.cgi?id=92932&action=edit clover_workaround_clang_function_argument_deduction.patch I suspect this is a clang bug. In the function call to "map(F &&f, ...)" in "util/factor.hpp:115" it deduces the template argument "F" as a function type instead of an lvalue-reference to function type, as it should be because the provided argument is an lvalue. Would you mind bringing this to the LLVM bug tracker? For the meantime you can use the attached work-around to get it to build with clang. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev