Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Make smart pointer types const-safe #97

Open
jspahrsummers opened this issue Nov 6, 2016 · 0 comments
Open

Make smart pointer types const-safe #97

jspahrsummers opened this issue Nov 6, 2016 · 0 comments

Comments

@jspahrsummers
Copy link
Member

Right now, we have a lot of occurrences of, e.g., std::shared_ptr<ArbiterRequirement> which could instead be std::shared_ptr<const ArbiterRequirement>.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant