Skip to content

Commit f53c51a

Browse files
author
Stefanus Du Toit
committed
N3672 Editorial Fix
Added #include <initializer_list> to the <optional> synopsis, to be consistent with other standard headers that use initializer_list.
1 parent ee53ac2 commit f53c51a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/utilities.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,6 +2053,8 @@
20532053

20542054
\indexlibrary{\idxhdr{optional}}%
20552055
\begin{codeblock}
2056+
#include <initializer_list>
2057+
20562058
namespace std {
20572059
// \ref{optional.object}, optional for object types
20582060
template <class T> class optional;

0 commit comments

Comments
 (0)