[eigen-commits] commit/eigen: ggael: Fix compilation issue with MSVC: |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: ggael: Fix compilation issue with MSVC:
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Wed, 23 Nov 2016 11:25:30 -0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=wTFrQZq7gXG6xpLAz3tO/W7lkf0=; b=qjXIwXnK6bp02R5Ve3gmvDy FZSl6s2jSmX0KNSNeI2fTiQwmqfIOm6mUxPeq4SkNmBPQlXJ6wGaYvzjNHiETqYW 7WDUarp2yMRTjB+V4gJH7rvHlUAaWXfY3NH3DABBkisMGi/O7YKWX70ytRIaN5dW ogbw1eaXSRQ9cZjU+qec=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/ff45e8afc9b1/
Changeset: ff45e8afc9b1
Branch: 3.3
User: ggael
Date: 2016-11-23 11:24:48+00:00
Summary: Fix compilation issue with MSVC:
MSVC always messes up with shadowed template arguments, for instance in:
struct B { typedef float T; }
template<typename T> struct A : B {
T g;
};
The type of A<double>::g will be float and not double.
(grafted from aa10ce4a83d57178f86ee895090adaff1356a3db)
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.