We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since DMD 2.099, this code fails to compile: ``` assert(clamp(ubyte(4), 1, 5) == 4); ``` Likely cause is https://github.com/dlang/phobos/pull/8293
The text was updated successfully, but these errors were encountered:
No branches or pull requests
elpenguino+D reported this on 2024-05-03T16:54:12Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=24533
Description
The text was updated successfully, but these errors were encountered: