Skip to content
Snippets Groups Projects
Commit d7a80eba authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH/COMP: provide graphConstRow accessor

- the previous code used a dual-purposed graphRow for non-const/const
  access. However, clang 4.0 rightly identifies there being no
  constructor path from "graphRow<T>" to a "graphRow<const T>".

  Since the row-access is a somewhat similar concept to an STL-iterator,
  now provide non-const and const versions of the row access.
parent 1e8698bc
Branches
Tags
1 merge request!1Integration update methods
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment