Talk:cpp/language/goto
From cppreference.com
[edit] scope of a label
This does not say the scope of a label. I assume, per translation unit, I can have 3 different functions (or class member functions) and the same label in each one and any goto would apply to the function in question.
StephenHowe (talk) 08:54, 20 November 2019 (PST)