On Wed, 15 Dec 2010 04:48:43 -0500, spir <[email protected]> wrote:
On Tue, 14 Dec 2010 09:35:20 -0500
"Robert Jacques" <[email protected]> wrote:
Having recently run into this without knowing it,
Which one? (This issue causes 3 distinct bugs.)
A struct + opDispatch combination resulted in a compile time error for me.
Of course, since the opDispatch routine returned itself, I figure an
infinite loop would have occurred if it did compile. Right now, I've added
template constraints, but it is a suboptimal solution to the problem.