<div dir="ltr">I was wondering what was the extent of what is meant by tooling ?<div>Would it only be about providing tools, or can we discuss about ways to make C++ more tools friendly?</div><div><br></div><div>I do have a pretty strong opinion on tooling C++ : It can&#39;t be done. Not really.</div><div>The preprocessor and its pesky #ifdef blocks gets in the way. A tool never have a complete view of the source code so even a simple method renaming can&#39;t be done reliably ( and reliability is everything).</div><div><br></div><div>Of course the preprocessor is not something we can get rid of, but maybe, just maybe we can tame it and contain it enough that reliable tooling becomes possible. </div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">I&#39;d love that to be discussed and maybe see what&#39;s doable in that area</span><br></div><div><br></div></div>