a_gt3_rs's blog

By a_gt3_rs, history, 2 months ago, In English

This is only a suggestion. GCC 13.2 have nearly full C++23 support & (we once had GCC 11 with C++20). So I just want that GCC 13.2 (or 14) has C++23 support enabled with -std=c++23 (as another GCC 13 compiler option, or when GCC 14 is released, or when GCC 11 is back).

  • Vote: I like it
  • +17
  • Vote: I do not like it

»
2 months ago, # |
  Vote: I like it -8 Vote: I do not like it

C++20 - C++17 > C++23 - C++20

I'd be happy to get C++20 back, and that's enough for me. What benifits does C++23 have over C++20? Probably just a new print() with std::format support.

Instead I'd want GCC 13.2 over GCC 11.2 for better performance.

»
2 months ago, # |
  Vote: I like it +8 Vote: I do not like it

java 22 is released.

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Nearly is worst description! Recurrent lambdas (deducing this) enabled from gcc14