eigen-git-mirror icon indicating copy to clipboard operation
eigen-git-mirror copied to clipboard

Avoid using memcpy for non-POD elements

Open weimingzha0 opened this issue 6 years ago • 2 comments

Avoid using memcpy for non-POD elements by returning "true", which will force the executor to call evalScalar() to copy the elements properly.

weimingzha0 avatar Apr 10 '18 17:04 weimingzha0

This is a mirror repository, PR must be sent to https://bitbucket.org/eigen/eigen

ggael avatar Sep 11 '18 08:09 ggael

@weimingzha0 care to make the PR in the upstream bitbucket repo ?

luzpaz avatar Jan 25 '19 17:01 luzpaz