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

Fix some issues that occur when compiling with c++17 or c++20 #149

Merged
merged 4 commits into from
Sep 2, 2024

Conversation

TrentHouliston
Copy link
Member

  • The noexcept specifier on an std::function will not compile in c++17 or c++20
  • In c++20 is_pod is deprecated
  • In c++20 the separate functions for atomic shared pointers are deprecated

@TrentHouliston TrentHouliston merged commit e01abfa into main Sep 2, 2024
11 of 13 checks passed
@TrentHouliston TrentHouliston deleted the houliston/c++17 branch September 2, 2024 04:33
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

Successfully merging this pull request may close these issues.

1 participant