Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor streets_configuration singleton to be composed of a separate instance class. #322

Open
paulbourelly999 opened this issue Apr 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@paulbourelly999
Copy link
Collaborator

Summary

Currently the streets_configuration_singleton is a streets_singleton<streets_configuration_singleton>. This makes the code difficult to read and also causes a circle call to deconstructors if the streets_singleton deconstructor calls delete on the managed instance. This enhancement is to create a separate class for holding the streets_configuration logic and data and using that as the template type.

Reasoning for new functionality

This makes the code difficult to read and also causes a circle call to deconstructors if the streets_singleton deconstructor calls delete on the managed instance. This enhancement is to create a separate class for holding the streets_configuration logic and data and using that as the template type.

@paulbourelly999 paulbourelly999 added the enhancement New feature or request label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant