Re: Expose aligned_alloc() in stdlib.h in C++11 mode

2022-08-19 Thread Jonathan Gray
On Fri, Aug 19, 2022 at 07:41:01PM +1000, Jonathan Gray wrote: > On Fri, Aug 19, 2022 at 04:35:20PM +1000, Jonathan Gray wrote: > > On Thu, Aug 18, 2022 at 10:38:38PM -0400, Brad Smith wrote: > > > While trying to update to the latest MariaDB release I ran into an issue > > > with the stdlib.h

Re: Expose aligned_alloc() in stdlib.h in C++11 mode

2022-08-19 Thread Jonathan Gray
On Fri, Aug 19, 2022 at 04:35:20PM +1000, Jonathan Gray wrote: > On Thu, Aug 18, 2022 at 10:38:38PM -0400, Brad Smith wrote: > > While trying to update to the latest MariaDB release I ran into an issue > > with the stdlib.h header where it does not expose aligned_alloc() in C++11 > > mode breaking

Re: Expose aligned_alloc() in stdlib.h in C++11 mode

2022-08-19 Thread Jonathan Gray
On Thu, Aug 18, 2022 at 10:38:38PM -0400, Brad Smith wrote: > While trying to update to the latest MariaDB release I ran into an issue > with the stdlib.h header where it does not expose aligned_alloc() in C++11 > mode breaking the build. Looking around this was fixed in FreeBSD, NetBSD > and