Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
int array[9];
for (int i = 0; i < 9; ++i) array[i] = i;
cout << Map<Matrix3i>(array) << endl;