digitalmars.D - CTFE timeout
- Menshikovk Konstantin (5/5) May 27 2021 When executing functions at compile time, there may be cases when
When executing functions at compile time, there may be cases when it cannot be completed (when entering an infinite loop, for example). The compilation does not end either. I suggest creating a time limit (10 seconds would be optimal), crossing which will cause a compilation error.
May 27 2021