This doesn't compile:

import std.range;
import std.algorithm;

void main() {
        char[64] arr;
        copy(chain("test1", "test2"), arr[0..10]);
}

http://dpaste.dzfl.pl/24230ac02e6e
  • Is it a bug? Jack Applegame via Digitalmars-d-learn

Reply via email to