mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-23 13:48:40 +00:00
GCC/Clang treats variables within lambdas as potentially shadowing those outside the lambda, despite them not being captured inside the lambda's capture list.