Skip to content

Eigen::Ref pbr safety checks

Prevent eigen::ref copying from being used when the argument on the c++ side is pbr and non const/an eigen ref object. The conversion from non const reference Eigen::Ref to direct Eigen types results in compiler errors. Potentially, rather than disabling, can just prevent the internal reference type in the Eigen::Ref parameter decl.

Merge request reports