ggandda / simd-cxx

Automatically exported from code.google.com/p/simd-cxx
0 stars 0 forks source link

Vector read/take should pass SampleInfo vector by reference #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm not actually using them, but I just spotted that the 
std::vector<DDS::SampleInfo> parameter in the read/take operations in 
reader.hpp and reader_impl.hpp are pass by value instead of by reference.

Original issue reported on code.google.com by nick.gl...@lycos.com on 13 Sep 2010 at 9:59

GoogleCodeExporter commented 8 years ago
Thanks Nick. This if fixed on the main-trunk and is part of v0.9

Original comment by angelo.corsaro@gmail.com on 11 Oct 2010 at 11:41