Re: Using C++20 in Plasma

2021-08-18 Thread Aurélien COUDERC
Le 6 août 2021 13:06:27 GMT+02:00, Nicolas Fella a écrit  : >Hi, > >I would like to explore whether it would be feasible from a distribution >POV to use C++20 in Plasma (and other non-Frameworks projects). > >In practical terms this would mean something like requiring gcc 10 or >clang 10 (the

Re: Using C++20 in Plasma

2021-08-07 Thread Rik Mills
On 06/08/2021 12:06, Nicolas Fella wrote: > Hi, > > I would like to explore whether it would be feasible from a distribution > POV to use C++20 in Plasma (and other non-Frameworks projects). > > In practical terms this would mean something like requiring gcc 10 or > clang 10 (the exact version

Re: Using C++20 in Plasma

2021-08-07 Thread Neal Gompa
On Fri, Aug 6, 2021 at 7:06 AM Nicolas Fella wrote: > > Hi, > > I would like to explore whether it would be feasible from a distribution > POV to use C++20 in Plasma (and other non-Frameworks projects). > > In practical terms this would mean something like requiring gcc 10 or > clang 10 (the

Re: Using C++20 in Plasma

2021-08-06 Thread Ahmad Samir
On 06/08/2021 13:06, Nicolas Fella wrote: Hi, I would like to explore whether it would be feasible from a distribution POV to use C++20 in Plasma (and other non-Frameworks projects). In practical terms this would mean something like requiring gcc 10 or clang 10 (the exact version that supports

Re: Using C++20 in Plasma

2021-08-06 Thread Adriaan de Groot
> On Fri, 6 Aug 2021 at 12:06, Nicolas Fella wrote: > > I would like to explore whether it would be feasible from a distribution > > POV to use C++20 in Plasma (and other non-Frameworks projects). >From the FreeBSD side of things, the "oldest" version of the distribution still supported is 11.4

Re: Using C++20 in Plasma

2021-08-06 Thread Jonathan Riddell
By default neon (which uses Ubuntu 20.04 as a base) uses gcc 9. But I see gcc 10 is available in the archive so it's probably not hard to switch the packaging to use that. Jonathan On Fri, 6 Aug 2021 at 12:06, Nicolas Fella wrote: > Hi, > > I would like to explore whether it would be

Using C++20 in Plasma

2021-08-06 Thread Nicolas Fella
Hi, I would like to explore whether it would be feasible from a distribution POV to use C++20 in Plasma (and other non-Frameworks projects). In practical terms this would mean something like requiring gcc 10 or clang 10 (the exact version that supports a given standard is hard to define