[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:24:55 -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=iYriu+jogwinmk/kTB0TooJZh4g=; b=v7vO9R0MjIKtDNMzdNCpnZn qqFudVzeDm/+Ql1JYKV1ToU6Q37mMmUxzEqQf8FPlJxJVyjZKiguw77dQiYAyqI8 jJ7XOtJKLnWbeFgXW2m/Jzvjn7H5xDs948G7pHlyZ43VUHtWFErgcx5ekBNrVABC WYKEvGydCXJGqnUTYki8=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/aa10ce4a83d5/
Changeset: aa10ce4a83d5
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.
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.