Skip to content

Fix CwiseUnaryView for MSVC.

MSVC doesn't seem to understand the default paramater on the original CwiseUnaryViewImpl declaration, but does understand it on the definition. Re-arrange the code to make it happy.

Merge request reports

Loading