aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/SafeScalar.h
Commit message (Collapse)AuthorAge
* DenseStorage safely copy/swap.Gravatar Antonio Sanchez2021-04-22
Fixes #2229. For dynamic matrices with fixed-sized storage, only copy/swap elements that have been set. Otherwise, this leads to inefficient copying, and potential UB for non-initialized elements.