[3DS模拟器]6月22号测试版
-
开发日志:
- Merge pull request #2790 from yuriks/remove-movefrom
Remove ResultVal::MoveFrom - ResultVal: Remove MoveFrom()
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in
case you already have an rvalue. - ResultVal: Add an rvalue overload of Unwrap()
- Merge pull request #2779 from Subv/uds_more2
UDS: Added a hook for updating the connection status when a client connects to the network. - UDS: Added a hook for updating the connection status when a client connects to the network.
- Merge pull request #2790 from yuriks/remove-movefrom