Re: [Development] (was: Re: C++20 @ Qt)

2022-11-12 Thread Giuseppe D'Angelo via Development
Il 10/11/22 09:25, Marc Mutz via Development ha scritto: unconditionally and we will detect post-C++17 library features only this way, going forward: #ifdef __cpp_lib_foo # include #endif and no longer this way: #if __has_include() && __cplusplus > 201703L # include

Re: [Development] (was: Re: C++20 @ Qt)

2022-11-12 Thread Thiago Macieira
On Saturday, 12 November 2022 05:32:19 PST Giuseppe D'Angelo via Development wrote: > is never going to blow up with some #error inside the included header > when compiling in pre-C++23 mode. I'm guessing that's always the case, > right? > > Thanks, We can vote with our feet: if they do that, we