Commit 969100d4 authored by Lioncash's avatar Lioncash
Browse files

shader_cache: Make use of std::erase_if

Now that we use C++20, we can also make use of std::erase_if instead of
needing to do the erase-remove idiom.
parent b2305dce
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment