Skip to content

Commit

Permalink
Update vectorFunctions.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Josseye authored Feb 26, 2024
1 parent 96e2afe commit cd7e8a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homework/vector-of-shared-ptrs/vectorFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <vector>
#include <memory>

std::vector<std::shared_ptr<int>> smartvector;
std::vector<std::shared_ptr<int>> generate(int count);
void print(auto printout);
void add10(auto addten);
Expand Down

0 comments on commit cd7e8a8

Please sign in to comment.