mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-03-13 10:49:35 -05: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.