This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 66 - Fixing 'all' STL containers
Summary: Fixing 'all' STL containers
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Interoperability (show other bugs)
Version: unspecified
Hardware: All All
: --- Unknown
Assignee: Hauke Heibel
URL:
Whiteboard:
Keywords:
Depends on: 16
Blocks: 3.1
  Show dependency treegraph
 
Reported: 2010-10-16 04:50 UTC by Benoit Jacob
Modified: 2019-12-04 09:43 UTC (History)
3 users (show)



Attachments

Description Benoit Jacob 2010-10-16 04:50:48 UTC
Some more STL containers (e.g. std::list) require the same handling as was required for std::vector. This is due resizing and passing by value.
Comment 1 Hauke Heibel 2010-10-16 10:26:36 UTC
Approx. two months ago Frank did not only add StdDeque but he also added support for user defined allocators in this commit: f011ec2d129705fad9bd4294df297561a338d981

What is in fact still missing are more unit tests.
Comment 2 Hauke Heibel 2010-10-16 10:50:31 UTC
Fixed by fixing bug #16.
Comment 3 Nobody 2019-12-04 09:43:35 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/66.

Note You need to log in before you can comment on or make changes to this bug.