This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
concurrent_hash_map tests fail to compile with newset (2021) tbb #990
Labels
new
need to be triaged
Priority: 2 high
State: Blocked
Waiting for other components/fixes/etc.
Type: Bug
Something isn't working
ISSUE: concurrent_hash_map tests fail to compile with newset (2021) tbb
Environment Information
and possibly:
Please provide a reproduction of the bug:
make
How often bug is revealed:
always
Details
In tbb 2021 name of some protected members in tbb:spin_rw_mutex::scoped_locke were change (is_write -> m_is_write). Since we use them in concurrent_hash_map in tests with tbb there is a compilation error.
Additional information about Priority and Help Requested:
Are you willing to submit a pull request with a proposed change? (Yes, No)
Requested priority: (Showstopper, High, Medium, Low)
The text was updated successfully, but these errors were encountered: