From a6d387a359354c8f75f9a0dfe623600e6a303c8c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 19 Aug 2008 11:06:40 +0000 Subject: Various compilation fixes for MSVC 9. All tests compile but some still fail at runtime in ei_aligned_free() (even without vectorization). --- test/adjoint.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/adjoint.cpp') diff --git a/test/adjoint.cpp b/test/adjoint.cpp index 3b779f14e..50ebb70dc 100644 --- a/test/adjoint.cpp +++ b/test/adjoint.cpp @@ -72,6 +72,7 @@ template void adjoint(const MatrixType& m) VERIFY_IS_MUCH_SMALLER_THAN(vzero.norm(), static_cast(1)); // check compatibility of dot and adjoint + // FIXME this line failed with MSVC and complex in the ei_aligned_free() VERIFY_IS_APPROX(v1.dot(square * v2), (square.adjoint() * v1).dot(v2)); // like in testBasicStuff, test operator() to check const-qualification -- cgit v1.2.3