Commit 8df93132 authored by Lioncash's avatar Lioncash
Browse files

udp: Silence a C++20 deprecation warning

C++20 deprecates using the = lambda capture to implicitly capture the
this pointer. Instead, we must specify it explicitly.
parent 99506753
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