When I need to type override it starts an infinite loop. I tried debugging but the symbols aren't accessible in visual studio because it says the code is optimized even though I asked it to build in debug mode.
Here's where: https://github.com/etcimon/botan/blob/master/source/botan/pubkey/algo/dsa.d#L85
Type override in front of the function and it freezes.