Am 22.02.2008 um 00:24 schrieb Andre Poenitz:
On Fri, Feb 22, 2008 at 12:17:38AM +0100, Stefan Schimanski wrote:
Am 22.02.2008 um 00:13 schrieb Andre Poenitz:
Stefan,
it might be a bit late in the game, but having #include
<boost/shared_ptr.hpp>
that you added in revision 23104 in Inset.h is not acceptable.
This adds
more than 17000 lines to each compilation unit where it was not used
before (and quite a bit did not, but Inset.h is #included by almost
everything)
Ooops. I will look at it.
Similar goes for #include <deque> in MathNextInset.h
Can't you have something with value-semantics that covers all cases?
I return a const pointer now. The shared pointer is not really
essential here because the ownership is clear enough.
Stefan