simongog / sdsl

Succinct Data Structure Library
Other
105 stars 15 forks source link

utils::clear() added. #14

Closed mpetri closed 12 years ago

mpetri commented 12 years ago

template void clear(T& x) { T y; x.swap(y); }