22 hours ago
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)*`.

--