From 3fab18f1f177b78c201320d88c0ce5e29a0b035d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=BE=D1=80?= =?UTF-8?q?=D1=8F=D0=BA=D0=BE=D0=B2?= Date: Tue, 25 Jan 2022 20:28:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B0?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw1.1/funcs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw1.1/funcs.h b/hw1.1/funcs.h index 7797298..90cdd94 100644 --- a/hw1.1/funcs.h +++ b/hw1.1/funcs.h @@ -4,7 +4,7 @@ #include #include #include - +#include void createDataWithStream() { std::ofstream file("F.txt"); srand(time(nullptr)); @@ -110,7 +110,7 @@ void modify2(const T& it_beg, const T& it_end) { } } - +// б щрнл лернде ньхайю template void modify3(T& container) { auto sum = 0; -- GitLab