Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TodorokiBoy committed Nov 25, 2024
1 parent 46c3e88 commit 1cf882f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions homework/vector-of-shared-ptrs/vectorFunctions.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include "vectorFunctions.hpp"
#include <iostream>
#include <algorithm>
#include <memory>
#include <vector>

std::vector<std::shared_ptr<int>> generate(int count) {
std::vector<std::shared_ptr<int>> result;
Expand Down

0 comments on commit 1cf882f

Please sign in to comment.