Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> I had forgotten that gcc does not turn on concept checks by | Lars> defalt, so I did that for builds where --enable-debug is on. > | Lars> This showed a few problems, but mostly we are in _very_ good | Lars> shape. > | Lars> I think we should apply the patch below (or something better if | Lars> you have suggestions). This will help us stay honest. > | Do you mean that is uncovers bugs, or just that it is good practice?
Both really. Three bugs found: - un-implemented operator= in pariterators.h - ambiguous resolv of a equality test breaking compilatein on a conforming compiler. - wrong use of object in forkedcontr. And it is good practise and make us follow and adhere to the requirements put down in the standard. -- Lgb