sharadhr wrote:

@trcrsired I appreciate the response, but I'm not really willing to enter an 
ideological debate. I want to use what's practical, scalable, and supported. 

You mentioned using Android to develop; this is very interesting, and there are 
still solutions. Have you considered getting a USB-C SD card reader and a small 
SD card (or hopefully you have a phone that still has a microSD slot), 
formatting that card as exFAT, and then installing your Windows SDK and VC 
tools there?

As for your diagram, there is separation but somehow I doubt it is to the 
extent that you claim. Many parts of the MSVC STL are developed _directly 
against ntdll_, such as `std::shared_mutex`. Some are developed against 
internal behaviours of UCRT. There is API separation but there is internal 
reliance on certain behaviour; that is why I said that.

https://github.com/llvm/llvm-project/pull/96417
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to