From 0050644b23b3d211090f26c6e52c99068c51d651 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sun, 4 Aug 2019 01:09:41 +0200 Subject: Fix doc regarding alignment and c++17 --- doc/Pitfalls.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Pitfalls.dox b/doc/Pitfalls.dox index 7ece81ba4..18ced6ea7 100644 --- a/doc/Pitfalls.dox +++ b/doc/Pitfalls.dox @@ -17,7 +17,7 @@ especially if you got wrong results in statements where the destination appears \section TopicPitfalls_alignment_issue Alignment Issues (runtime assertion) %Eigen does explicit vectorization, and while that is appreciated by many users, that also leads to some issues in special situations where data alignment is compromised. -Indeed, since C++17, C++ does not have quite good enough support for explicit data alignment. +Indeed, prior to C++17, C++ does not have quite good enough support for explicit data alignment. In that case your program hits an assertion failure (that is, a "controlled crash") with a message that tells you to consult this page: \code http://eigen.tuxfamily.org/dox/group__TopicUnalignedArrayAssert.html -- cgit v1.2.3