-
- Downloads
Use 'const_reference' instead of 'const value_type&' to refer to const references to vector entries
This fixes a valgrind warning in the test for VariableBlockVector, where the reference type is an internal proxy class.
Please register or sign in to comment