oneTBB
oneTBB copied to clipboard
LRU cache: Fix crash when my_number_of_lru_history_items == 0
it crashes because it tries to remove 1 item from an empty list.
@HenryHeffanFormlabs could you please update the patch to target it to master branch ?
@HenryHeffanFormlabs Please be so kind to add a unit test for this as well
Close due to duplication with PR #939.