[eigen-commits] commit/eigen: ggael: Fix compilation issue with MSVC:

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen-commits Archives ]


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.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/