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.
2 parents e16987b + d8b30e2 commit 845b2aaCopy full SHA for 845b2aa
exercises/smartPointers/problem3.cpp
@@ -16,7 +16,7 @@
16
*
17
* Tasks
18
* 1) Verify the mess by repeatedly running it using such a command like:
19
- * `while true; do ./problem3 2>&1 ; done`
+ * `while true; do ./problem3 ; done`
20
* You should notice that the program regularly leaks.
21
* 2) Fix the ownership model using `std::shared_ptr` !
22
* - Convert the vectors to holding `std::shared_ptr`.
0 commit comments