Any idea why this isn't being moved?
https://chromium.googlesource.com/v8/v8.git/+/refs/heads/master/third_party/inspector_protocol/crdtp/serializable.cc#21
- explicit PreSerialized(std::vector<uint8_t> bytes) : bytes_(bytes) {}
+ explicit PreSerialized(std::vector<uint8_t> bytes) :
bytes_(std::move(bytes)) {}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/v8-dev/4ab46791-489e-42ce-aca2-0d1333878474n%40googlegroups.com.