Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Left an upgrade path to proper const-correctness, though through a trick of...something...the
MatrixRow::iteratorclass was already (and still is) aconst_iterator.Anyhow, foundation laid for proper const correctness and there is no issue in adding
cbegin()andcend()here as the semantics will be as correct as they've ever been.