Lioncash 370d77f13a file_sys: std::move std::shared_ptr instances in constructors where applicable
By default, a regular copy requires an atomic increment and decrement. A
move avoids this from occurring, which makes sense when the constructor
is taking the shared_ptr by value.
2017-12-09 14:33:04 -05:00
..
2017-12-07 00:02:55 -05:00
2017-11-01 12:35:32 +02:00
2017-12-08 21:28:48 +02:00
2017-08-25 17:53:07 -04:00