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

Require C++11 Minimum #35

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

carrus85
Copy link
Contributor

@carrus85 carrus85 commented Aug 7, 2024

Description

  • Fixes some warnings around still using sprintf a few places.
  • Adds optional C++11 support Under USE_CPP11 CMake Flag, which currently just removes the requirement for boost shared_ptr (which won't work on boost v1.86 or higher under C++0x anyway).
  • If not building with C++11, ensures we actually look up the boost include paths (instead of implicitly assuming their location).
  • Adds some missing header includes that we're being transitively provided via boost

@carrus85
Copy link
Contributor Author

carrus85 commented Aug 7, 2024

Testing pending... just getting the PR up for some 👀

@carrus85 carrus85 changed the title Get code compiling cleaning on M1 Mac. Get code compiling cleanly on M1 Mac. Aug 7, 2024
@carrus85 carrus85 changed the title Get code compiling cleanly on M1 Mac. Require C++11 Minimum Aug 8, 2024
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