http://d.puremagic.com/issues/show_bug.cgi?id=5894


Andrei Alexandrescu <and...@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |and...@metalanguage.com
         Resolution|                            |INVALID


--- Comment #1 from Andrei Alexandrescu <and...@metalanguage.com> 2011-04-26 
15:06:14 PDT ---
isSorted!pred assesses whether the range has been sorted by using pred. So what
you want is isSorted!"a < b", which will pass [1, 2, 2, 3].

The bug would stand if adjancentFind!"a <= b" would fail.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to