Bugzilla – Attachment 227 Details for
Bug 370
Eigen::AlignedBox3f typedef
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
This bugzilla service is closed. All entries have been migrated to
https://gitlab.com/libeigen/eigen
[patch]
Patch to Matrix typedefs
core-matrix-clear-the-right-typedef-macro.patch (text/plain), 726 bytes, created by
Dennis Schridde
on 2011-11-08 14:39:41 UTC
(
hide
)
Description:
Patch to Matrix typedefs
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2011-11-08 14:39:41 UTC
Size:
726 bytes
patch
obsolete
># HG changeset patch ># User Dennis Schridde <devurandom@gmx.net> ># Date 1320411075 -3600 ># Branch 3.0 ># Node ID 6421e00ec3d7db96ef3ca1cab001e71b8536b3fc ># Parent 786d67eaed28d11ba6841e5664f6fe918964c25a >[Core/Matrix] Fix: Clear the right typedef macro > >diff -r 786d67eaed28 -r 6421e00ec3d7 Eigen/src/Core/Matrix.h >--- a/Eigen/src/Core/Matrix.h Fri Aug 26 14:56:26 2011 +0200 >+++ b/Eigen/src/Core/Matrix.h Fri Nov 04 13:51:15 2011 +0100 >@@ -415,8 +415,7 @@ > > #undef EIGEN_MAKE_TYPEDEFS_ALL_SIZES > #undef EIGEN_MAKE_TYPEDEFS >- >-#undef EIGEN_MAKE_TYPEDEFS_LARGE >+#undef EIGEN_MAKE_FIXED_TYPEDEFS > > #define EIGEN_USING_MATRIX_TYPEDEFS_FOR_TYPE_AND_SIZE(TypeSuffix, SizeSuffix) \ > using Eigen::Matrix##SizeSuffix##TypeSuffix; \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 370
:
226
| 227 |
228