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.

Depends on

#16 (closed)

Blocking

#55 (closed)