Try changing typedef boost::shared_ptr<ZeroYieldStructure> ZeroYieldStructurePtr; to typedef boost::shared_ptr<YieldTermStructure> ZeroYieldStructurePtr; and see if that helps.
View entire thread