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