Re: [PATCH v2] libstdc++: Implement C++26 features (P2546R5)

2025-04-11 Thread Jonathan Wakely
On Thu, 10 Apr 2025 at 17:52, Jonathan Wakely wrote: > > It would be good to provide a macOS definition of is_debugger_present as > per https://developer.apple.com/library/archive/qa/qa1361/_index.html > but that isn't included in this change. > > libstdc++-v3/ChangeLog: > > * config.h.in:

Re: [PATCH v2] libstdc++: Implement C++26 features (P2546R5)

2025-04-11 Thread Jonathan Wakely
On Fri, 11 Apr 2025 at 10:31, Tomasz Kaminski wrote: > > > > On Fri, Apr 11, 2025 at 10:13 AM Jonathan Wakely wrote: >> >> On Fri, 11 Apr 2025 at 08:00, Tomasz Kaminski wrote: >> > >> > >> > >> > On Thu, Apr 10, 2025 at 6:53 PM Jonathan Wakely wrote: >> >> >> >> It would be good to provide a ma

RE: [PATCH v2] libstdc++: Implement C++26 features (P2546R5)

2025-04-11 Thread Maciej Cencora
Hi, unless I missed it, updates of std and std.compat modules are missing. Regards, Maciej

Re: [PATCH v2] libstdc++: Implement C++26 features (P2546R5)

2025-04-11 Thread Tomasz Kaminski
On Fri, Apr 11, 2025 at 10:13 AM Jonathan Wakely wrote: > On Fri, 11 Apr 2025 at 08:00, Tomasz Kaminski wrote: > > > > > > > > On Thu, Apr 10, 2025 at 6:53 PM Jonathan Wakely > wrote: > >> > >> It would be good to provide a macOS definition of is_debugger_present as > >> per https://developer.a

Re: [PATCH v2] libstdc++: Implement C++26 features (P2546R5)

2025-04-11 Thread Jonathan Wakely
On Fri, 11 Apr 2025 at 09:12, Jonathan Wakely wrote: > > On Fri, 11 Apr 2025 at 08:00, Tomasz Kaminski wrote: > > > > > > > > On Thu, Apr 10, 2025 at 6:53 PM Jonathan Wakely wrote: > >> > >> It would be good to provide a macOS definition of is_debugger_present as > >> per https://developer.apple

Re: [PATCH v2] libstdc++: Implement C++26 features (P2546R5)

2025-04-11 Thread Jonathan Wakely
On Fri, 11 Apr 2025 at 08:00, Tomasz Kaminski wrote: > > > > On Thu, Apr 10, 2025 at 6:53 PM Jonathan Wakely wrote: >> >> It would be good to provide a macOS definition of is_debugger_present as >> per https://developer.apple.com/library/archive/qa/qa1361/_index.html >> but that isn't included in

Re: [PATCH v2] libstdc++: Implement C++26 features (P2546R5)

2025-04-11 Thread Tomasz Kaminski
On Thu, Apr 10, 2025 at 6:53 PM Jonathan Wakely wrote: > It would be good to provide a macOS definition of is_debugger_present as > per https://developer.apple.com/library/archive/qa/qa1361/_index.html > but that isn't included in this change. > > libstdc++-v3/ChangeLog: > > * config.h.in

[PATCH v2] libstdc++: Implement C++26 features (P2546R5)

2025-04-10 Thread Jonathan Wakely
It would be good to provide a macOS definition of is_debugger_present as per https://developer.apple.com/library/archive/qa/qa1361/_index.html but that isn't included in this change. libstdc++-v3/ChangeLog: * config.h.in: Regenerate. * configure: Regenerate. * configure.ac