6 ms·
MSVC's stdlib is still a headache, just see the /std flag[1] which only appeared in msvc2017: you can either have C++14 with some C++17 features, or C++ "latest
by karrotwaltz 8y ago
MSVC's stdlib is still a headache, just see the /std flag[1] which only appeared in msvc2017: you can either have C++14 with some C++17 features, or C++ "latest" which means 17 and missing features.
EDIT: just noticed the article says it was also added to 2013, but my 2015 doesn't support it so idk.
I can conceive PowerShell being good as a scripting language, but as a day to day terminal? That would my hell. And the fact that they are forcing so much on it in win10 doesn't help.
They do produce some great things sometimes, I agree, it just doesn't average out as positive IMO.
[1] https://msdn.microsoft.com/en-us/library/mt490614.aspx https://msdn.microsoft.com/en-us/library/mt490614.aspx
- 72deluxe 8y agoPerhaps it should be renamed to Power Hell?
- evfanknitram 8y agoI really enjoy PowerShell :)
- Rusky 8y agoTry the newest version of those docs: https://docs.microsoft.com/en-us/cpp/build/reference/std-specify-language-standard-version https://docs.microsoft.com/en-us/cpp/build/reference/std-spe...