mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-15 16:54:09 -05: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.