|
From: Luigi B. <lui...@gm...> - 2010-07-13 12:54:30
|
On Mon, 2010-07-12 at 15:47 -0500, Kakhkhor Abdijalilov wrote: > >We should define P though. Do you care to give it a try? > I would, but never used doxygen before. No problem, just send me the text. > >> 5. instrument.hpp > >> "virtual" can be omitted from the declaration of 'performCalculations'. > > >No, that's intentional. We wanted to leave it virtual so that one can > >override the engine mechanism if needed. > > It is not a bug, but more like pedantic adherence to the coding style. > performCalculations is declared virtual in LazyObject. Sorry, I though you meant to declare it as non-virtual. You're right, it's redundant. It doesn't hurt though. Luigi -- When I was a boy of fourteen, my father was so ignorant I could hardly stand to have the old man around. But when I got to be twenty-one, I was astonished at how much the old man had learned in seven years. -- Mark Twain |