On Tue, Oct 22, 2024 at 01:18:45PM +0200, Jean-Marc Lasgouttes wrote:
> Le 22/10/2024 ?? 11:35, Pavel Sanda a écrit :
> > Yes, I think we can bump to GCC 8.5 and Qt 5.12.
> 
> 8.5 or 8, I guess. They should be equivalent, except for bugs.

Agreed.

> > If someone wants to go through the sources and cleanup ifdefs we can switch 
> > anytime.
> > 
> > By doing this we should get access to C++17, so my favourite new feature 
> > highlights:
> > - if & switch with initializers: if (status_code c = foo(); c != SUCCESS) 
> > {...
> >    https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0305r1.html
> > - structured bindings to get direct access inside pairs & maps in loops: 
> > for (const auto& [key,val] : myMap) {
> >    https://www.cppstories.com/2022/structured-bindings/
> 
> Looks good. I thought all the fun stuff was in C++20.

Do you plan to do the clenaup wrt ifdefs?

Pavel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to