aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/D01_StlContainers.dox
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-01-02 12:55:32 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-01-02 12:55:32 -0500
commitff94eaa4ae26adcf20b7e250688f1c7fd9bc2aac (patch)
treef92cdc2c454a5352a13f15055cafce35654423a6 /doc/D01_StlContainers.dox
parent25f8adfa6c6d6019d09f0611e56182c4688bd785 (diff)
clarify docs as requested on forum
Diffstat (limited to 'doc/D01_StlContainers.dox')
-rw-r--r--doc/D01_StlContainers.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/D01_StlContainers.dox b/doc/D01_StlContainers.dox
index d778e4fa0..db682c996 100644
--- a/doc/D01_StlContainers.dox
+++ b/doc/D01_StlContainers.dox
@@ -9,7 +9,7 @@ namespace Eigen {
\section summary Executive summary
-Using STL containers on \ref FixedSizeVectorizable "fixed-size vectorizable Eigen types" requires taking the following two steps:
+Using STL containers on \ref FixedSizeVectorizable "fixed-size vectorizable Eigen types", or classes having members of such types, requires taking the following two steps:
\li A 16-byte-aligned allocator must be used. Eigen does provide one ready for use: aligned_allocator.
\li If you want to use the std::vector container, you need to \#include <Eigen/StdVector>.