From 39ea30a8363913744f8c6704844466598b1fc132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Thu, 27 Jun 2019 13:52:11 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@822 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- main.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index a9edd254..8b12c6c6 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,9 @@ #include "pip.h" int main(int argc, char * argv[]) { + PIMap > x; + x[3] << 5; + piCout << x; + x.remove(3); return 0; -} \ No newline at end of file +}