Alexander
Alexander
It produces compilation error. In the code: template LinqObj from(TI begin, TI end) { return Enumerator([=](TI & iter){ return (iter == end) ? throw EnumeratorEndException() : *(iter++); // \lib\boolinq\boolinq\boolinq.h 734...
Partially related to #24
Yeah, the idea sounds good. It requires also to think how should look rules for test cases generation feature. What if we mix array + array, array + object? Should...
Ok, that sounds reasonable. Let's say to user: 'you know what you are doing when trying to mix arrays and objects'. Just instead of properties array1, array2, etc. I think...
Please have a look at #13 It adds the separate file with the version compatible with QUnit 2.x It's merged into master.
Hello, great news! I added you as a collaborator to the repository