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

Switch to Using Modern C++ Classes #7

Open
dinomight opened this issue Jan 17, 2022 · 0 comments
Open

Switch to Using Modern C++ Classes #7

dinomight opened this issue Jan 17, 2022 · 0 comments

Comments

@dinomight
Copy link

I noticed a lot of raw pointer usages throughout the examples. I wanted to go through and fix it up to use unique_ptr and shared_ptr where appropriate. Would there be any objections to that? What about using some of the more modern language versions like C++14/17/20? Newer compilers don't support the C++11 flag anymore and default to C++14 considering the C++11 standard is now 10 years old. Is there any minimum compiler requirements being targeted by these examples?

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

No branches or pull requests

1 participant