**This is an old revision of the document!**
List of C++ headers
C++98
- <algorithm> - <bitset> - <complex> - <deque> - <exception> - <fstream> - <functional> - <iomanip> - <ios> - <iosfwd> - <iostream> - <istream> - <iterator> - <limits> - <list> - <locale> - <map> - <memory> - <new> - <numeric> - <ostream> - <queue> - <set> - <sstream> - <stack> - <stdexcept> - <streambuf> - <string> - <typeinfo> - <utility> - <valarray> - <vector>
C++11
- <array> - <atomic> - <chrono> - <codecvt> - <condition_variable> - <forward_list> - <future> - <initializer_list> - <mutex> - <random> - <ratio> - <regex> - <scoped_allocator> - <system_error> - <thread> - <tuple> - <type_traits> - <typeindex> - <unordered_map> - <unordered_set>
C++14
C++17
- <any> - <charconv> - <execution> - <filesystem> - <memory_resource> - <optional> - <string_view> - <variant>
C++20
- <barrier> - <bit> - <compare> - <concepts> - <coroutine> - <format> - <latch> - <numbers> - <ranges> - <semaphore> - <source_location> - <span> - <stop_token> - <syncstream> - <version>
