C++26 is done: ISO C++ standards meeting Trip Report
herbsutter.com
C++26 is done: ISO C++ standards meeting Trip Report
1–10 of 437 posts
Re: C++26 is done: ISO C++ standards meeting Trip Report
#2Re: C++26 is done: ISO C++ standards meeting Trip Report
#3Re: C++26 is done: ISO C++ standards meeting Trip Report
#4Proper reflection is exciting.
Re: C++26 is done: ISO C++ standards meeting Trip Report
#5Biggest open question is whether the small changes to the module system in this standard will actually lead to more widespread adoption
Re: C++26 is done: ISO C++ standards meeting Trip Report
#6Re: C++26 is done: ISO C++ standards meeting Trip Report
#7Biggest open question is whether the small changes to the module system in this standard will actually lead to more widespread adoption
It's nice to have new features, but what is really killing C++ is Cargo. I don't think a new generation of developers are going to be inspired to learn a language where you can't simply `cargo add` whatever you need and instead have to go through hell to use a dependency.
Re: C++26 is done: ISO C++ standards meeting Trip Report
#8Re: C++26 is done: ISO C++ standards meeting Trip Report
#9Biggest open question is whether the small changes to the module system in this standard will actually lead to more widespread adoption
What'll spur adoption is cmake adopting Clang's two-step compilation model that increases performance.
At that point every project will migrate overnight for the huge build time impact since it'll avoid redundant preprocessing. Right now, the loss of parallelism ruins adoption too much.
Re: C++26 is done: ISO C++ standards meeting Trip Report
#10Biggest open question is whether the small changes to the module system in this standard will actually lead to more widespread adoption
No. Modules are a failed idea. Really really hard for me to see them becoming mainstream at this point.