mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-09 03:21:05 +00: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.