We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f0b51 commit f281e29Copy full SHA for f281e29
1 file changed
lectures/error_handling.md
@@ -947,6 +947,7 @@ We can use our newly-returned optional object in an `if` statement to find out i
947
`CPP_SETUP_START`
948
#include <iostream>
949
#include <vector>
950
+#include <optional>
951
952
struct ChangeEntry {
953
int index{};
0 commit comments