C++ Logo

std-proposals

Advanced search

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

From: Ville Voutilainen <ville.voutilainen_at_[hidden]>
Date: Tue, 7 Jan 2025 02:35:44 +0200
On Tue, 7 Jan 2025 at 02:32, Frederick Virchanza Gotham via
Std-Proposals <std-proposals_at_[hidden]> wrote:
> The point I'm trying to make here is that we don't really need 'goto'

There's zero bits of new information in what you're writing. Everybody
knows that, and has known it for decades,
yet some people *choose* to use goto. They don't *need* to use it.
There are various coding guidelines that
ban it, and give the status variables you speak of as a permissible
alternative. Not everybody uses those
guidelines.

Received on 2025-01-07 00:35:58