Thread overview
[Issue 13566] std.algorithm.cmp treats string length as element
Oct 01, 2014
Ali Cehreli
Jun 18, 2015
Ali Cehreli
Nov 08, 2019
Ali Cehreli
October 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13566

Ali Cehreli <acehreli@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
October 05, 2014
https://issues.dlang.org/show_bug.cgi?id=13566

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
October 05, 2014
https://issues.dlang.org/show_bug.cgi?id=13566

monarchdodra@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra@gmail.com

--
June 18, 2015
https://issues.dlang.org/show_bug.cgi?id=13566

--- Comment #1 from Ali Cehreli <acehreli@yahoo.com> ---
I hit this again. :(

--
July 01, 2015
https://issues.dlang.org/show_bug.cgi?id=13566

--- Comment #2 from monarchdodra@gmail.com ---
"static if (size_t.sizeof == int.sizeof"

wut?

--
July 01, 2015
https://issues.dlang.org/show_bug.cgi?id=13566

--- Comment #3 from monarchdodra@gmail.com ---
(In reply to monarchdodra from comment #2)
> "static if (size_t.sizeof == int.sizeof"
> 
> wut?

Nevermind, I've been out of it recently :(

--
November 08, 2019
https://issues.dlang.org/show_bug.cgi?id=13566

Ali Cehreli <acehreli@yahoo.com> changed:

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

--- Comment #4 from Ali Cehreli <acehreli@yahoo.com> ---
Compiles without an error with 2.088.

--