digitalmars.D.learn - get debug information for Deprecation warning
- test123 (8/8) Jun 22 2022 When I get Deprecation warning from template, I can not find the
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