On Mon, Oct 06, 2003 at 04:07:39PM +0200, Andre Poenitz wrote: > void foo(Par pat, bool thisorthat)
I think experience even just with LyX source has shown it's generally a bad idea. The preferable refactoring is obviously to share the code in common between the two, then have two functions built on top. It's useful very occassionally though What makes things even worse is when the bool has a default value ... regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.