|
From: Luigi B. <lui...@gm...> - 2010-02-17 09:21:26
|
On Tue, 2010-02-16 at 19:20 +0000, na...@us... wrote: > Revision: 17107 > http://quantlib.svn.sourceforge.net/quantlib/?rev=17107&view=rev > Author: nando > Date: 2010-02-16 19:20:57 +0000 (Tue, 16 Feb 2010) > > Log Message: > ----------- > added XXX::operator boost::shared_ptr<Leg>() const Why? Leg is not polymorphic (it's a std::vector), and shared_ptr<Leg> is not used anywhere in the library (I'd probably remove it if it was :) Luigi -- I am extraordinarily patient, provided I get my own way in the end. -- Margaret Thatcher |