rocksdb/include
Dmitri Smirnov dbb8260f7e Make Status moveable
Status is a class which is frequently returned by value from functions.
  Making it movable avoids 99% of the copies automatically
  on return by value.
2015-12-22 16:06:20 -08:00
..
rocksdb Make Status moveable 2015-12-22 16:06:20 -08:00