[eigen-commits] commit/eigen: 3 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
3 new changesets in eigen:
http://bitbucket.org/eigen/eigen/changeset/cea6cd282197/
changeset: cea6cd282197
branches:
user: ggael
date: 2011-05-25 08:41:45
summary: Simplify the use of custom scalar types, the rule is to never directly call a standard math function using std:: but rather put a using std::foo before and simply call foo:
using std::max;
max(a,b);
(transplanted from cbc79aa7475bcce0cfcd1d0952b7bb88d434a4f1)
affected #: 10 files (580 bytes)
http://bitbucket.org/eigen/eigen/changeset/414848c3b003/
changeset: 414848c3b003
branches:
user: jitseniesen
date: 2011-05-26 10:52:36
summary: Fix typo ('using namespace' instead of 'using').
(transplanted from 840d916931cba97c89103143eb85735f2878cac4)
affected #: 1 file (60 bytes)
http://bitbucket.org/eigen/eigen/changeset/0f1b41647f3a/
changeset: 0f1b41647f3a
branches:
user: ggael
date: 2011-05-28 16:46:38
summary: do not directly call std::ceil
(transplanted from c3a8665a533732601b481ddf2ff334f0ec03e9f0)
affected #: 1 file (16 bytes)
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.