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.
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.