Files
rippled/db
Mayank Agarwal b1074ac24f Use initializer list for VersionSet
Summary: initialiszer list is fasteri/preferable because it can straightaway call the constructor for this object, otherwise it will be created first and then again initialized. Although gain may not be much in this case because files_ is just a pointer and not a complex object, this is recommended practice.

Test Plan: make all check

Reviewers: dhruba, haobo

Reviewed By: dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D12519
2013-08-24 18:16:01 -07:00
..
2013-03-14 16:00:23 -07:00
2013-08-23 14:49:57 -07:00
2013-08-23 16:36:01 -07:00
2012-12-17 11:26:59 -08:00
2013-07-31 12:42:23 -07:00
2013-08-23 14:49:57 -07:00
2013-08-23 14:49:57 -07:00
2013-02-28 18:04:58 -08:00
2013-08-23 14:49:57 -07:00