Commit 32b6fc40 authored by Lioncash's avatar Lioncash
Browse files

gc_adapter: Remove deprecated usage of = in lambda captures

It's deprecated in C++20 to use = to capture the this pointer.

Instead, we can simply pass this as an argument to the thread
constructor.
parent 9ce6ea64
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