-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error with LDC #19
Comments
UPD: With DMD v2.097.1-dirty the same error. |
I've reproduced this error via LDC 1.28.0 based on DMD v2.098.0 and LLVM 12.0.1 However, it seems this issue is resolved on the |
|
I see that the code is already fixed. Could you please tag a new release? This error prevents botan from building. |
@etcimon could you please approve the PR for libasync and memutils? |
Yes, could we please get an updated version? |
This should be fixed, note that I disabled .dup in favor of .clone |
Compilation error with LDC 1.27.0-beta3:
memutils-1.0.4\memutils\source\memutils\allocators.d(18,8): Error: module
std.exception
importenforceEx
not found, did you mean templatestd.exception.enforce(E : Throwable = Exception) if (is(typeof(new E("", string.init, size_t.init)) : Throwable) || is(typeof(new E(string.init, size_t.init)) : Throwable))
?The text was updated successfully, but these errors were encountered: