Closed furudbat closed 8 months ago
Potential memory leak. Always throw as value and catch as const-ref. - https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#e15-throw-by-value-catch-exceptions-from-a-hierarchy-by-reference
🙏
Potential memory leak. Always throw as value and catch as const-ref. - https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#e15-throw-by-value-catch-exceptions-from-a-hierarchy-by-reference