Mat M 96832a2c82
core/memory: Make use of std::move in Entry::operator= (#5233)
* core/memory: Amend unusual return value of operator=

operator= usually returns a reference to this. Given there's no comment
explaining why void was used, this can be assumed to be an oversight.

* core/memory: Make use of std::move in Entry::operator=

Same behavior, minus the need for an atomic reference count increment
and decrement (since MemoryRef contains a std::shared_ptr).
2020-04-28 14:39:02 -05:00
..
2020-04-06 20:26:41 +01:00
2020-03-21 12:02:21 +08:00
2020-02-21 19:31:32 +01:00
2018-09-06 16:03:28 -04:00
2020-04-13 18:08:15 +01:00
2020-02-13 17:39:15 +08:00
2020-04-10 20:22:40 +01:00
2020-04-02 22:42:50 -05:00