[Issue 13481] bug with inferring attributes from built-in properties

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Sep 16 03:03:01 PDT 2014


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

bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc

--- Comment #1 from bearophile_hugs at eml.cc ---
(In reply to Amir Abiri from comment #0)

> mixin test!(&sort_arr);
> void sort_arr()
> {
>     arr.sort;
> }

The built-in sort will die soon.

--


More information about the Digitalmars-d-bugs mailing list