Thread overview
[Issue 24259] ImportC: Can use -> operator on non-pointer
Nov 27, 2023
Walter Bright
Nov 27, 2023
Walter Bright
Nov 27, 2023
Walter Bright
November 27, 2023
https://issues.dlang.org/show_bug.cgi?id=24259

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Fixing it by documenting it as an extension. It's a deliberate extension, I had simply forgotten about it.

--
November 27, 2023
https://issues.dlang.org/show_bug.cgi?id=24259

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Fixed by https://github.com/dlang/dlang.org/pull/3731

--
November 27, 2023
https://issues.dlang.org/show_bug.cgi?id=24259

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--