|
From: Donghee S. <dh7...@gm...> - 2023-03-20 00:03:28
|
Hello, Quantlib Community ! My simple code is https://github.com/ShimDonghee/Bond/blob/main/FixedRateBond22.cpp This code is generating FixedRateBond from BondHelper. GTP gave me this code for my request. But when I built this code with VS2022, error "\lib\QuantLib-1.29\ql\termstructures\yield\drifttermstructure.hpp(86,24): error C4996: 'QuantLib::DriftTermStructure': deprecated .." occurred. I don't use DriftTermStructure in this code. How can I fix it? Thanks! Best Regards Shim Donghee |