#ifndef SCITBX_SPARSE_UTIL_H
#define SCITBX_SPARSE_UTIL_H

namespace scitbx { namespace sparse {

  template <class T>
  struct copy_semantic_vector_container : std::vector<T>
  {};


}}

#endif
