Regarding C++ 20 Ranges Library,
Will the C++ Ranges code compile with Visual Studio C++ 2019,
Microsoft's latest compiler, using experimental include paths?
Will the above compiler using experimental path compile the following code?
From what I can tell, GCC and CLang may support this (and Visual Studio can be configured to use CLang easily), but not Microsoft's compiler at this point.
What eagerness to get their hands on new C++20 features and make bugs with them. I hope you have understood well the old ones first ;-)
Microsoft is gradually introducing the new standard into the their product. If you ask me - too fast. Some people spend more time reporting bugs than writing code.