www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - get debug information for Deprecation warning

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

```sh
  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 ?
Jun 22 2022