Comment time to move on from C++ Std committee (Score 1) 86
I fear that the C++ standards committee structure is not up to this task despite all the talent there. A major compiler project or vendor probably just needs to implement their solution and see if they can actually solve the problem.
I think it could succeed even without committee blessing because it is such an crucial need: need to avoid re-writing all our working C++ code, but we need to be able to incrementally add to it or modified part of making it progressively more safe.
If a implementation arrives that solves this problem and wins out based upon enough people actually using it, then the C++ Std committee can polish and enshrine it.
By the way, I find [Baxter's analysis of the difficulties with C++ profiles] (https://www.circle-lang.org/draft-profiles.html) fairly convincing. But I have not tried to implement a compiler for many years -- so I count my opinion as worth little.
However, as far I as I can tell, Baxter one of the few people/groups who has actually created a working compiler that solves the problem. That counts for a lot to me if it really works.
Google has its Carbon project, they along with other big companies who rely upon C++ legacy code could sponsor/hire/fund Baxter to implement a production version of his ideas.
Even better, they could sponsor a number of different competing projects or startups.
For example, a project like [Memory Safety for C++](https://github.com/rsashka/memsafe) with new headers and a compiler plugin for clang might be worth while.