On Sat, 18 Jan 2025, 23:27 Lee Brown via Gcc, <gcc@gcc.gnu.org> wrote:
> In my view it is a bug. It gives an error that it can't find > std::throw, but that is gcc's problem, not the problem according to > the standard. According to the standard, the problem is that ::operator > new(size_t, nothrow_t) has not been declared. In fact, the relevant > paragraph of the standard never mentions std::nothrow . It only > mentions std::nothrow_t. Not the same thing. > > In other words, this is an error message for developers, not for > users...i.e. a bug. > In that case it should be reported to bugzilla, not on this mailing list.