Closed ntessore closed 6 years ago
This gets rid of the annoying warnings by fixing a bug in MixedVector that would make functions returning const references ill-defined.
MixedVector
Glad you cleaned this up. It was getting annoying.
This should cleanly apply with a cherry-pick to any other development branch as well.
This gets rid of the annoying warnings by fixing a bug in
MixedVector
that would make functions returning const references ill-defined.