C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Bringing break/continue with label to C++

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Fri, 20 Dec 2024 14:10:45 +0100
Oh, thank you! But then I have to share one (the only?) counter-example: Ada Ada goto uses "<<label>>" as jump targets https://www.adaic.org/resources/add_content/standards/05rm/html/RM-5-8.html The Ada break is called "exit [loop_name]" https://www.adaic.org/resources/add_content/standards/05aarm/html/AA-5-7.html And loops are named "loop_name:" in front of the loop https://www.adaic.org/resources/add_content/standards/05aarm/html/AA-5-5.html#S0142 -----Ursprüngliche Nachricht----- Von:Jan Schultke <janschultke_at_[hidden]> Gesendet:Fr 20.12.2024 14:05 Betreff:Re: [std-proposals] Bringing break/continue with label to C++ An:std-proposals_at_[hidden]; CC:Sebastian Wittmeier <wittmeier_at_[hidden]>; Thank you for these links. I have turned that into https://eisenwave.github.io/cpp-proposals/break-continue-label.html#against-n3377-breaking-precedent and added you to the acknowledgements in the draft.

Received on 2024-12-20 13:12:59