Skip to content

Commit 563524a

Browse files
authored
Merge pull request #3090 from TylerMSFT/twhitney-headerupdate
add bit to standard header file list
2 parents 5a8c741 + bbfbe67 commit 563524a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/standard-library/cpp-standard-library-header-files.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "C++ standard library header files"
3-
ms.date: "07/23/2020"
3+
description: "C++ standard library header files, categorized"
4+
ms.date: "08/31/2020"
45
helpviewer_keywords: ["header files, C++ Standard Library", "C++ Standard Library, header files"]
56
ms.assetid: e7bf497a-0f63-48d0-9b54-cb0eef4073c4
67
---
@@ -25,7 +26,7 @@ Header files for the C++ standard library and extensions, by category.
2526
| Container adaptors | [\<queue>](queue.md), [\<stack>](stack.md) |
2627
| Container views | [\<span>](span.md)<sup>20</sup> |
2728
| [Errors and exception handling](../cpp/errors-and-exception-handling-modern-cpp.md) | [\<cassert>](cassert.md), [\<exception>](exception.md), [\<stdexcept>](stdexcept.md), [\<system_error>](system-error.md)<sup>11</sup> |
28-
| General utilities | \<any><sup>17</sup>, [\<bitset>](bitset.md), [\<cstdlib>](cstdlib.md), \<execution><sup>17</sup>, [\<functional>](functional.md), [\<memory>](memory.md), \<memory_resource><sup>17</sup>, \<optional><sup>17</sup>, [\<ratio>](ratio.md)<sup>11</sup>, [\<scoped_allocator>](scoped-allocator.md)<sup>11</sup>, [\<tuple>](tuple.md)<sup>11</sup>, [\<type_traits>](type-traits.md)<sup>11</sup>, [\<typeindex>](typeindex.md)<sup>11</sup>, [\<utility>](utility.md), \<variant><sup>17</sup> |
29+
| General utilities | \<any><sup>17</sup>, [\<bit>](bit.md)<sup>20</sup>, [\<bitset>](bitset.md), [\<cstdlib>](cstdlib.md), \<execution><sup>17</sup>, [\<functional>](functional.md), [\<memory>](memory.md), \<memory_resource><sup>17</sup>, \<optional><sup>17</sup>, [\<ratio>](ratio.md)<sup>11</sup>, [\<scoped_allocator>](scoped-allocator.md)<sup>11</sup>, [\<tuple>](tuple.md)<sup>11</sup>, [\<type_traits>](type-traits.md)<sup>11</sup>, [\<typeindex>](typeindex.md)<sup>11</sup>, [\<utility>](utility.md), \<variant><sup>17</sup> |
2930
| [I/O and formatting](../text/string-and-i-o-formatting-modern-cpp.md) | [\<cinttypes>](cinttypes.md)<sup>11</sup>, [\<cstdio>](cstdio.md), [\<filesystem>](filesystem.md)<sup>17</sup>, [\<fstream>](fstream.md), [\<iomanip>](iomanip.md), [\<ios>](ios.md), [\<iosfwd>](iosfwd.md), [\<iostream>](iostream.md), [\<istream>](istream.md), [\<ostream>](ostream.md), [\<sstream>](sstream.md), [\<streambuf>](streambuf.md), [\<strstream>](strstream.md)<sup>c</sup>, \<syncstream><sup>20</sup> |
3031
| Iterators | [\<iterator>](iterator.md) |
3132
| Language support | [\<cfloat>](cfloat.md), [\<climits>](climits.md), [\<codecvt>](codecvt.md)<sup>11 a</sup>, \<compare><sup>20</sup>, \<contract><sup>20</sup>, \<coroutine><sup>20</sup>, [\<csetjmp>](csetjmp.md), [\<csignal>](csignal.md), [\<cstdarg>](cstdarg.md), [\<cstddef>](cstddef.md), [\<cstdint>](cstdint.md)<sup>11</sup>, [\<cstdlib>](cstdlib.md), [\<exception>](exception.md), [\<initializer_list>](initializer-list.md)<sup>11</sup>, [\<limits>](limits.md), [\<new>](new.md), [\<typeinfo>](typeinfo.md), \<version><sup>20</sup> |

0 commit comments

Comments
 (0)