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

New c++ features #3182

Open
paroj opened this issue Aug 4, 2024 · 0 comments
Open

New c++ features #3182

paroj opened this issue Aug 4, 2024 · 0 comments
Milestone

Comments

@paroj
Copy link
Member

paroj commented Aug 4, 2024

  • c++17
    • std::any replacing our custom any
    • std::from_chars to simplify StringConverter::parse
    • structured bindings in loops of map
  • c++20
    • using enum for moving TextureAddressingMode into TextureUnitState
    • std::format as an alternative to StringUtil::format
    • std::move_only_function to get rid of shared_ptr in ResourceBackgroundQueue
@paroj paroj added this to the 15 milestone Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant