You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error log is below which traces down into multiply_log about an inconsistent deduction for the return type. I think just adding constexpr if in this statement would fix this. Though I'd look to look at why the return types are just slightly different. That looks like a bug in type deduction
Compiling the following Stan code gives an error about bad return deduction
The error log is below which traces down into
multiply_log
about an inconsistent deduction for the return type. I think just addingconstexpr if
in this statement would fix this. Though I'd look to look at why the return types are just slightly different. That looks like a bug in type deductionhttps://gist.github.com/SteveBronder/5ba8b98ce92e7d1965fcce5a9fc091a2
The text was updated successfully, but these errors were encountered: