Skip to content
Snippets Groups Projects
Commit 0c57cf2c authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

ViewAlgsTest: const fixes.

A long-standing bug in DataVector has allowed getting non-const pointers
from a const_iterator.  This package was relying on this to compile.
Fix by using ConstDataVector.  Also, one should generally not have an
aux store for a view container; fix that too.
parent 9a24e08c
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment