[ripple/rippled] Replace beast::SharedPtr with std::shared_ptr (#2562)
:+1: Nice format tidying. Thanks for taking the time.
Похожие записи
- [ripple/rippled] Replace beast::SharedPtr with std::shared_ptr (#2562)
@scottschurr pushed 1 commit. 2cffa3f [FOLD] Fix spacing issues in code formatting.
- [ripple/rippled] Replace beast::SharedPtr with std::shared_ptr (#2562)
Commit is from @JoeLoser. It is being resubmitted so CI can run against it. Problem: Unneeded uses of `beast::SharedPtr` can be replaced with `std::shared_ptr` to remove some code maintenance. Also, as discussed in https://github.com/ripple/rippled/pull/2551, we'll…
- [ripple/rippled] Replace Beast::SharedPtr with std::shared_ptr (#2557)
I'm closing this PR. The code in this PR has been moved here: https://github.com/ripple/rippled/pull/2562. Moving the code will allow CI to run against the pull request.
- [ripple/rippled] Replace Beast::SharedPtr with std::shared_ptr (#2557)
## Jenkins Build Summary Built from [this commit](https://github.com/ripple/rippled/commit/728435b3e560ff781ddd396e071bc9285163ebe2) Built at __20180524 - 01:36:26__ ### Test Results Build Type | Log | Result | Status ---------- | --- | ------ | ------ Author Check | null…
- [ripple/rippled] Replace beast::SharedPtr with std::shared_ptr (#2562)
:+1: Nice cleanup! There are no bugs in code that is absent! The only things I spotted were some truly minor considerations regarding placement of spaces. This was made yet more confusing because you were…