[eigen-commits] commit/eigen: Thales Sabino: Fix cxx11_tensor_fft not building on Windows.

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


1 new commit in eigen:

https://bitbucket.org/eigen/eigen/commits/6420e7cb0c91/
Changeset:   6420e7cb0c91
User:        Thales Sabino
Date:        2018-07-12 10:20:59+00:00
Summary:     Fix cxx11_tensor_fft not building on Windows.

The type used in Eigen::DSizes needs to be at least 8 bytes long. Internally Tensor tries to convert this to an __int64 on Windows and this fails to build. On Linux, long and long long are both 8 byte integer types.
* * *
Changing from "long long" to "std::int64_t".
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/