|
|
|
|
|
by pclmulqdq
1776 days ago
|
|
Equating C with modern C++ is a common sleight of hand for rust evangelists. Most modern C++ projects with a fresh codebase have almost 0 use of new or delete. It turns out that C++ is a lot better than it used to be 10 years ago. |
|
Android source code is definitely not one of them, and yet Google as ISO C++ contributor should know all about modern C++, right?
Ah, what about Microsoft and their UWP code samples for C++ developers, or the C++/WinRT based libraries?
As advocates from C++ Core Guidelines, surely those samples will be perfect examples from modern C++, right?
Or what about Bloomberg, with heavy contributors like John Lakos?
Maybe they are still in the process of adopting C++11 and C++14, while writing a book about language adoption issues.
I like C++ a lot, but we really need a compiler switch to turn off compiling Vintage C++, it would be marvelous.