-
Committer:
Padraig O'Sullivan
-
Date:
2009-06-28 05:52:06 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1079.
-
Revision ID:
osullivan.padraig@gmail.com-20090628055206-oc71vkxsfsnomqj5
Modifying the way the vector of column's is cleared up. Now, we are using a
for_each call along with a function object to delete the pointers with the
vector. This is much more STL like and follows from advice given by Meyer's
in Effective STL (item 7).