[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] STL fixes
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Sun, 18 Apr 2010 15:13:26 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=pN0R5vnfoWpl5S15DUHfauTSQxVLdLYkXTrfi0Hv/gQ=; b=DXnb6+16oUd8HOwiXzIt/NJlO0uFNKFip/dFD1ZxeqKk0A1OI40zBJhottZDl4jKji e7sPcYzSpBWnCJ2y2soh/x31LGTl6nSg7ll0Shd+1TU0anOLQdAmdUZYisjlwmpjz5Xo 3JVS2lPaXmw5PwpptREcFyYes6/lHJh3nAUhY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kM2sZW8itL9MoxOAfSP8hOY6lNdyxkwTAhzRauzr0YiNY5old8dztVCQkdpvcBmVFc 30OtcB7pf7WdJU9mAMrbQ8fSoKXV52/KNb507GE8qBM10kETXSgIAgIuJ9eIZue8I5Qb nmNCiPeXCY72NWiV7jRICB6L+QYmr7Qq+5juc=
Hi,
I started working on applying more STL fixes. In particular adding
std::list support since in many implementations we are striking the
same push_back issue as in std::vector. I am also disabling those
specializations when they are not required.
For that matter, I created a new sub-folder/module
src/StlSupport
which will hold two files (maybe more, depending on whether I can
factor code when writing the StdList header)
StdList.h
StdVector.h
I am now wondering whether you are OK with renaming Eigen/StdVector to
Eigen/StlSupport or whether you want to keep StdVector and add StdList
on top of that!?
Regards,
Hauke