phobos/std/range
Martin Nowak 8430584344 fix Issue 19777 - SortedRange.opSlice should infer safety
- unittests did fail with DIP1000 due to missing return scope
  inference in chained range, thus leading to a scope violation
  which prevented `@safe` inference
- fixed unittests by adding return scope to chain.Result
- would still fail under dip1000 with other ranges that
  miss return scope on their opSlice
- should not have any effect on non-DIP1000 usage
2019-04-28 14:24:03 +02: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 19777 - SortedRange.opSlice should infer safety 2019-04-28 14:24:03 +02:00
primitives.d Relax const requirement for empty primitive 2019-04-06 00:03:04 -04:00