lballabio / QuantLib-SWIG

QuantLib wrappers to other languages
Other
342 stars 285 forks source link

Better reporting of deprecation warning #611

Closed lballabio closed 9 months ago

lballabio commented 9 months ago

The message should now point to the location of the deprecated call. Added category; FutureWarning was used because DeprecatedWarning is ignored by default.