Sudoku Py / C++11 / D?

maarten van damme maartenvd1994 at gmail.com
Sat Aug 25 06:33:18 PDT 2012


While trying to use Array!bool I noticed this:
import std.container;

void main(){
	Array!bool test;
	test[0]=false;
}
gives an assertion failure without any information.
Also, why on earth can't I instantiate array!bool with a given length?


More information about the Digitalmars-d-learn mailing list