Fixing 'all' STL containers
Submitted by Benoit Jacob
Assigned to Hauke Heibel
Link to original bugzilla bug (#66)
Description
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.