inline void swap(lsh_vector& l, lsh_vector& r) { // NOLINT l.swap(r); }
inline void swap(lsh_vector& l, lsh_vector& r) { l.swap(r); }