[eigen-commits] commit/eigen2: bjacob: this explicit keyword can't hurt |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
1 new changeset in eigen2:
http://www.bitbucket.org/eigen/eigen2/changeset/f740f5b7945d/
changeset: r1776:f740f5b7945d
user: bjacob
date: 2009-10-31 16:49:20
summary: this explicit keyword can't hurt
affected #: 1 file (21 bytes)
Repository URL: http://bitbucket.org/eigen/eigen2/
--
This is a commit notification from bitbucket.org.
You are receiving this because you have the service
enabled, addressing the recipient of this email.
- Messages sorted by: [ date | thread ]
- Prev by Date:
[eigen-commits] commit/eigen2: bjacob: * default MatrixBase ctor: make it protected, make it a static assert, only do the check when debugging eigen to avoid slowing down compilation for everybody (this check is paranoiac, it's very seldom useful)
- Next by Date:
[eigen-commits] commit/eigen2: bjacob: * default MatrixBase ctor: make it protected, make it a static assert, only do the check when debugging eigen to avoid slowing down compilation for everybody (this check is paranoiac, it's very seldom useful)
- Previous by thread:
[eigen-commits] commit/eigen2: bjacob: * default MatrixBase ctor: make it protected, make it a static assert, only do the check when debugging eigen to avoid slowing down compilation for everybody (this check is paranoiac, it's very seldom useful)
- Next by thread:
[eigen-commits] commit/eigen2: bjacob: fix Matrix::Map/MapAligned documentation, and rephrase the tutorial on Map