mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-27 16:32:10 -06:00
C++20 deprecates capturing the this pointer via the '=' capture. Instead, we replace it or extend the capture specification.
C++20 deprecates capturing the this pointer via the '=' capture. Instead, we replace it or extend the capture specification.