GeniusVentures / SuperGenius

MIT License
4 stars 3 forks source link

Removed const reference in shared pointers on constructor calls #46

Closed EduMenges closed 5 months ago

EduMenges commented 6 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