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 97b6cc7 commit dd7b707Copy full SHA for dd7b707
book/en-us/02-usability.md
@@ -285,6 +285,8 @@ such as:
285
```cpp
286
#include <initializer_list>
287
#include <vector>
288
+#include <iostream>
289
+
290
class MagicFoo {
291
public:
292
std::vector<int> vec;
book/zh-cn/02-usability.md
@@ -233,6 +233,8 @@ int main() {
233
234
235
236
237
238
239
240
0 commit comments