Files
scylladb/utils
Tomasz Grabiec b0f5df10d2 utils: chunked_vector: Do not require T to be default-constructible for clear()
resize(), used by clear(), requires T to be default-constructible in
case the vector is expanded. It's not actually needed for clearing,
and there will be users which use clear() with
non-default-constructible T, so implement clear() without using
resize().
2018-07-11 16:55:20 +02:00
..
2018-05-30 14:41:40 +02:00
2018-05-31 10:09:01 +01:00
2018-06-25 09:21:47 +01:00
2018-05-30 14:41:41 +02:00