Bugs item #2115805, was opened at 2008-09-17 09:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2115805&group_id=12740Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in SavedSettings?
Initial Comment:
SavedSettings::~SavedSettings() {
try {
Settings::instance().evaluationDate() == evaluationDate_;
Settings::instance().enforcesTodaysHistoricFixings() = enforcesTodaysHistoricFixings_;
} catch (...) {
// nothing we can do except bailing out.
}
}
evaluationDate() returns DateProxy&, then DateProxy do not have operator==():
Settings::instance().evaluationDate() == evaluationDate_;
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2115805&group_id=12740-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev