Ответ 1
Я рассмотрел msdn документацию, которая ссылается на Ashot к. Я подумал, что было бы интересно отметить, какие заголовки не являются стандартными в этом списке (являются расширениями) и какие заголовки С++ 11 в настоящее время отсутствуют. Здесь результаты:
<algorithm>
<allocators> // not standard
<array>
<atomic> // missing
<bitset>
<cassert>
<ccomplex> // missing
<cctype>
<cerrno>
<cfenv> // missing
<cfloat>
<chrono> // missing
<ciso646>
<climits>
<clocale>
<cmath>
<codecvt>
<complex>
<condition_variable> // missing
<csetjmp>
<csignal>
<cstdarg>
<cstdbool> // missing
<cstddef>
<cstdint> // missing
<cstdio>
<cstdlib>
<cstring>
<ctgmath> // missing
<ctime>
<cvt/wbuffer> // not standard
<cvt/wstring> // not standard
<cwchar>
<cwctype>
<deque>
<exception>
<forward_list>
<fstream>
<functional>
<future> // missing
<hash_map> // not standard
<hash_set> // not standard
<initializer_list> // missing
<iomanip>
<ios>
<iosfwd>
<iostream>
<iso646.h>
<istream>
<iterator>
<limits>
<list>
<locale>
<map>
<memory>
<mutex> // missing
<new>
<numeric>
<ostream>
<queue>
<random>
<ratio> // missing
<regex>
<scoped_allocator> // missing
<set>
<sstream>
<stack>
<stdexcept>
<streambuf>
<string>
<strstream>
<system_error>
<thread> // missing
<tuple>
<type_traits>
<typeindex> // missing
<unordered_map>
<unordered_set>
<utility>
<valarray>
<vector>