Skip to content

Commit

Permalink
insert this for gcc compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Wang committed Jul 27, 2006
1 parent 6d889da commit 86c1352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/TermStructures/piecewiseyieldcurve.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ namespace QuantLib {
accuracy_, guess, min, max);
} catch (std::exception& e) {
QL_FAIL("could not bootstrap the " << io::ordinal(i) <<
"instrument, maturity " << dates_[i] <<
"instrument, maturity " << this->dates_[i] <<
"\n error message: " << e.what());
}
}
Expand Down

0 comments on commit 86c1352

Please sign in to comment.