[Clam-devel] TokenDelay patch

Xavier Amatriain xavier at create.ucsb.edu
Sat Apr 21 14:04:05 PDT 2007


Pau Arumi wrote:
> david, i see a std::vector not an array.
>
> svn diff -r10038:10039
> -       std::deque<T> mTokenQueue;
> +       std::vector<T> mTokenQueue;
>
> but also
> +#include "Array.hxx"
>
> i guess this include was added by mistake, right xavi?
> (and the commit log was also kindof misleading)

Yes, sorry about that. I tried specializing he template for DataArrays
but found it was not really needed. This include is just a remainder of that
and should be removed. Will do.




More information about the clam-devel mailing list