24424a1ef2
1) Convert iterator-based for loops to C++11 foreach loops. 2) Convert "void operator=" to "T& operator=". 3) Switch from copy operators from private to public deleted. 4) Switch from empty ctors / dtors to "= default" where appropriate. PiperOrigin-RevId: 246679195 |
||
---|---|---|
.. | ||
c.h | ||
cache.h | ||
comparator.h | ||
db.h | ||
dumpfile.h | ||
env.h | ||
export.h | ||
filter_policy.h | ||
iterator.h | ||
options.h | ||
slice.h | ||
status.h | ||
table_builder.h | ||
table.h | ||
write_batch.h |