Is it a bug?

Jack Applegame via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Nov 25 00:10:00 PST 2015


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


More information about the Digitalmars-d-learn mailing list