Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove wxUSE_STL conditions #7

Merged
merged 2 commits into from
May 2, 2023

Conversation

Blake-Madden
Copy link
Contributor

Seems like using wxUSE_STL was not the correct approach in my last PR (that's set to zero under Unix by default). This PR just removes that.

Looking at the latest wxWidgets 3.3, they appear to be deprecating a lot of the legacy containers like wxArrayString in favor of std::vector. So always enabling the std::vector stuff in this library seems OK now (IMO).

@mtangoo
Copy link
Contributor

mtangoo commented May 1, 2023

Thanks for your contribution. I will go thru and check and merge.
I wish we would have tests which could easy merging things but that is another topic

@mtangoo mtangoo merged commit d5ba36c into hosannahighertech:master May 2, 2023
@mtangoo
Copy link
Contributor

mtangoo commented May 2, 2023

Merged. Thanks for your time and efforts

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants