22 hours ago [Issue 24870] cast() ignore when the dot operator is used | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24870 elpenguino+D@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |elpenguino+D@gmail.com --- Comment #1 from elpenguino+D@gmail.com --- This is behaving as expected. The dot operator has a higher precedence, and `cast()(const(T*))` == `const(T)*`. -- |
Copyright © 1999-2021 by the D Language Foundation