Re: [PATCH] [eqn]: Don’t place undue expectation on libc.

2024-02-21 Thread G. Branden Robinson
Hi Lennart, At 2024-02-20T13:44:34+, Lennart Jablonka wrote: > At that place, eqn has included the header . As part of the > C++ standard library, provides a bunch of stuff, including > atexit, in the global scope; it need not provide that stuff in > namespace std. > > See

[PATCH] [eqn]: Don’t place undue expectation on libc.

2024-02-20 Thread Lennart Jablonka
At that place, eqn has included the header . As part of the C++ standard library, provides a bunch of stuff, including atexit, in the global scope; it need not provide that stuff in namespace std. See https://eel.is/c++draft/support.c.headers.other --- src/preproc/eqn/main.cpp | 2 +- 1 file