From cd7e8a8da5c3423a6d081abb4f46edd2170ee019 Mon Sep 17 00:00:00 2001 From: Josseye <155636321+Josseye@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:45:25 +0100 Subject: [PATCH] Update vectorFunctions.hpp --- homework/vector-of-shared-ptrs/vectorFunctions.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/homework/vector-of-shared-ptrs/vectorFunctions.hpp b/homework/vector-of-shared-ptrs/vectorFunctions.hpp index 182cbf82..efcc3302 100644 --- a/homework/vector-of-shared-ptrs/vectorFunctions.hpp +++ b/homework/vector-of-shared-ptrs/vectorFunctions.hpp @@ -2,7 +2,6 @@ #include #include -std::vector> smartvector; std::vector> generate(int count); void print(auto printout); void add10(auto addten);