Re: [PATCH] OpenMP: omp.h omp::allocator C++ Allocator interface

2025-04-17 Thread Rainer Orth
Tobias Burnus writes: > Alex wrote: >> Tested on x86_64-pc-linux-gnu, this is only a library addition (and a >> few tests) so it shouldn't cause any major impacts. I also tested >> libgomp C to ensure the conditional compile was working. > > Namely, the change is only to omp.h(.in) - effective f

Re: [PATCH] OpenMP: omp.h omp::allocator C++ Allocator interface

2025-04-15 Thread Tobias Burnus
Alex wrote: Tested on x86_64-pc-linux-gnu, this is only a library addition (and a few tests) so it shouldn't cause any major impacts. I also tested libgomp C to ensure the conditional compile was working. Namely, the change is only to omp.h(.in) - effective for __cplusplus >= 201103L. Note th