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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utility: use Corrade String and StringView in ConfigurationValue #582

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hugoam
Copy link

@hugoam hugoam commented Aug 10, 2022

Hello !
We're trying to optimize our compile times and I noticed that StlForwardString.h is actually very heavy on MSVC because it just directly includes , so I thought let's go and try to clean this up.
Let me know if I'm going at this correctly 馃槄

Associated Corrade PR: mosra/corrade#146

@mosra
Copy link
Owner

mosra commented Aug 18, 2022

As we discussed in mosra/corrade#146, I merged a part of this as 8b45a51. Thank you!

Leaving the PR open, will merge the rest when I get to cleaning up STL usage in Utility::Arguments and Utility::Configuration -- until then the remaining changes don't make a big difference.

@hugoam
Copy link
Author

hugoam commented Aug 30, 2022

Thanks so much ! Yeah, the rest doesn't matter too much for us as it doesn't affect compile times, so, I don't mind, you can even close it hehe

@mosra
Copy link
Owner

mosra commented Aug 30, 2022

It matters for me ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants