https://issues.dlang.org/show_bug.cgi?id=14500

Johan Engelen <[email protected]> changed:

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

--- Comment #1 from Johan Engelen <[email protected]> ---
This is already fixed in HEAD.

In declaration.c, around line 382
- type = type->addStorageClass(storage_class);
+ type = type->addSTC(storage_class);

--

Reply via email to