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

use default allocator for tbb::concurrent_hash_map #1332

Commits on Feb 27, 2023

  1. use default allocator for tbb::concurrent_hash_map

    - gcc 12 warns about mismatched new and delete when an allocator is specified
      This is likely a false positive.  Change to use the default, which uses ends
      up using the same std C++ new allocator
    kupsch committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    2ed77ff View commit details
    Browse the repository at this point in the history