"vscode:/vscode.git/clone" did not exist on "cdcdc58892018d31e4638ec569ac407980e545d6"
Made mat() correctly convert std::vector<bool> objects to matrices.
Previously, the elements of the vector were returned by reference which is problematic for std::vector<bool>
Showing
Please register or sign in to comment