[eigen-commits] commit/eigen: benoitsteiner: Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers that are known to fail to compile the indexed views (I used the define from the indexed_views.cpp test). |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: benoitsteiner: Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers that are known to fail to compile the indexed views (I used the define from the indexed_views.cpp test).
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Fri, 10 Feb 2017 21:09:04 -0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=HxrmiOl/R3a8B2avhKjBak1bwGM=; b=d9eUejGawbNDq2Dw71Xj9Yk 5+SYKyRiUDHvtQLKmJH5gA3oRUIDzxHRYKsuZ9A4APUMeO8a+kMoaR17/sQrVrWZ Q8VSjsfCUh8NpUc0ovE/zda7LfsSCTm3sZuENrrFmu8mcU9pKHlxTFTTgoDnEdSt YVWjreeDhA0xGSgin5LM=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/dfffdb97b339/
Changeset: dfffdb97b339
User: benoitsteiner
Date: 2017-02-10 21:08:49+00:00
Summary: Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers that are known to fail to compile the indexed views (I used the define from the indexed_views.cpp test).
Only include the indexed view methods when the compiler supports the code.
This makes it possible to use Eigen again in complex code bases such as TensorFlow and older compilers such as gcc 4.8
Affected #: 3 files
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.