On Wed, Jun 18, 2003 at 04:42:33PM +0200, Lars Gullik Bjønnes wrote:
> Are there any point in doing patches like this one?

I think it's ok.

Note that there are a few occurences of

  if (boost::next(foo.begin()) == foo.end())

that could be replaced by 

  if (foo.size() == 1)

in the code, too.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to