Skip to content

Commit 53ed4b5

Browse files
committed
Fix deprecation message
1 parent 416dd3f commit 53ed4b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ql/experimental/amortizingbonds/amortizingcmsratebond.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
*/
1919

2020
// Deprecated in version 1.28
21-
#pragma message("Warning: this file will disappear in a future release; include <ql/instruments/bonds/amortizingcmsratebond.hpp instead>.")
21+
#pragma message("Warning: this file will disappear in a future release; include <ql/instruments/bonds/amortizingcmsratebond.hpp> instead.")
2222

2323
#include <ql/instruments/bonds/amortizingcmsratebond.hpp>

ql/experimental/amortizingbonds/amortizingfixedratebond.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
*/
1919

2020
// Deprecated in version 1.28
21-
#pragma message("Warning: this file will disappear in a future release; include <ql/instruments/bonds/amortizingfixedratebond.hpp instead>.")
21+
#pragma message("Warning: this file will disappear in a future release; include <ql/instruments/bonds/amortizingfixedratebond.hpp> instead.")
2222

2323
#include <ql/instruments/bonds/amortizingfixedratebond.hpp>

ql/experimental/amortizingbonds/amortizingfloatingratebond.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
*/
1919

2020
// Deprecated in version 1.28
21-
#pragma message("Warning: this file will disappear in a future release; include <ql/instruments/bonds/amortizingfloatingratebond.hpp instead>.")
21+
#pragma message("Warning: this file will disappear in a future release; include <ql/instruments/bonds/amortizingfloatingratebond.hpp> instead.")
2222

2323
#include <ql/instruments/bonds/amortizingfloatingratebond.hpp>

0 commit comments

Comments
 (0)