[eigen-commits] commit/eigen: ggael: 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: |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: ggael: 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:
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Wed, 25 May 2011 06:41:54 -0000
1 new changeset in eigen:
http://bitbucket.org/eigen/eigen/changeset/cbc79aa7475b/
changeset: r4099:cbc79aa7475b
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);
affected #: 10 files (580 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.