[Issue 15355] unstable operator overloading with comma expression
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jun 28 09:48:03 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15355
RazvanN <razvan.nitu1305 at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305 at gmail.com
         Resolution|---                         |WONTFIX
--- Comment #4 from RazvanN <razvan.nitu1305 at gmail.com> ---
The comma operator is not supported anymore in the frontend. The code now
yields:
test.d(24): Error: using the result of a comma expression is not allowed
--
    
    
More information about the Digitalmars-d-bugs
mailing list