Closed EduMenges closed 5 months ago
There are many more, in case anyone wants to find more:
const std::shared_ptr<(.+?)>(\s*)&
Then replace with
std::shared_ptr<$1>$2
There are many more, in case anyone wants to find more:
Then replace with