[eigen-commits] commit/eigen: 2 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
2 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/f1ccefa2fcf1/
Changeset: f1ccefa2fcf1
User: hauke
Date: 2013-08-02 22:40:36
Summary: Fix compilation.
The Matrix is required to be mutable but it also needs to be a reference and
temporaries do not bind to non-const references - thus we need a hack and
cast away the constness.
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/4e0399e15b5d/
Changeset: 4e0399e15b5d
User: hauke
Date: 2013-08-02 22:54:01
Summary: Removed a warning when rvalue references are not unsed.
Affected #: 1 file
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.