June 22, 2022

When I get Deprecation warning from template, I can not find the root cause of the problem.

 Deprecation: argument `_param_1` for format specification `"%d"` must be `int`, not `ulong`

Is there a options to turn the Deprecation warning into assert error, so I can know the template caller chain ?