Skip to content
Snippets Groups Projects
Commit 6cf79181 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.



Former-commit-id: 0c57cf2c
parent 14aafc26
No related branches found
No related tags found
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