|
From: Donghee S. <dh7...@gm...> - 2023-05-15 15:05:23
|
Dear all of experts! My previous colleague had developed some programs for evaluating non-standard financial products (not included in QuantLib) using QuantLib with a test-suite approach! He named these code as analyticresolver. I’m trying to include a simple fixedratebond code to this analyticresolver for my training exercise. When I built with Cmake , errors (Days, Months, Years are not declared) occurred at both instruments/bond.cpp and time/daycounter/actualactual.cpp. When I included time/all.hpp at corresponding instruments/bond.hpp and time/daycounter/actualactual.hpp, the same errors occurred. (I changed the namespace QuantLib as anlyticsolver for every code files.) How can I fix this problem? Thanks!!! |