Open angeloskath opened 8 years ago
There are several cases in the codebase where shared_ptr<const T> was meant yet const shared_ptr<T> was used.
shared_ptr<const T>
const shared_ptr<T>
There are several cases in the codebase where
shared_ptr<const T>
was meant yetconst shared_ptr<T>
was used.