phobos/std/range
Martin Nowak a8e9857756 fix Issue 19337 - cannot call std.algorithm.sort twice
- introduced with #6535 which stripped nested SortedRange types
  in assumeSorted, thus causing a mismatch between the return type
  of sort (SortedRange!(SortedRange!R)) and assumeSorted SortedRange!R
- fix by stripping nested SortedRange types in the SortedRange!R
  template instantiation
2018-11-05 15:43:25 +01:00
..
interfaces.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
package.d fix Issue 19337 - cannot call std.algorithm.sort twice 2018-11-05 15:43:25 +01:00
primitives.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00