From: Powell, Gary (powellg_at_[hidden])
Date: 2004-03-02 16:57:17


After a quick look at the Assignment library, it would appear that this library would benefit from a "container traits" library that it could query for things like whether to use "insert" or "push" to call for make_insertion() rather than specify each std::stl container. It just doesn't seem to be very extensible. Rather wouldn't it be better if a user could define the traits class for your container and then the assignment would pick the right one?

  Yours,
  -Gary-