C++ Logo

std-proposals

Advanced search

Re: [std-proposals] void std::optional<T>::abandon(void) noexcept

From: Jonathan Wakely <cxx_at_[hidden]>
Date: Tue, 28 Nov 2023 15:30:10 +0000
On Tue, 28 Nov 2023 at 15:28, Frederick Virchanza Gotham via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> On Tue, Nov 28, 2023 at 3:22 PM Breno GuimarĂ£es wrote:
> >
> > When I spawn a thread and it freeze, I usually just debug my code.
>
>
> Debug writing into a TCP socket across the internet, with the TCP
> segments arriving at the far computer and being sent out an RS232
> port, waiting for a reply and sending it back into the TCP socket.
>
> Before engaging in this debugging exercise, perhaps make a finite list
> of all the things that can go wrong. You'll need a few reams of paper.
>


"Just change the C++ standard" is not an appropriate course of action
though.

Received on 2023-11-28 15:30:25