From fc758f8cd908a690e1a8075c1278c8224e190396 Mon Sep 17 00:00:00 2001 From: chatlanin Date: Wed, 24 May 2023 10:14:51 +0300 Subject: [PATCH] add example --- bin/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/main.cpp b/bin/main.cpp index 6149942..41d597f 100755 --- a/bin/main.cpp +++ b/bin/main.cpp @@ -88,6 +88,7 @@ int main(int argc, char *argv[]) hack::container::vector_multiset(v, "asdf", "qwer", "zcv"); // of course you understand that a new logger object is created here every time !!! for(const auto& c : v) hack::log()(c); + hack::log()(v); } hack::log()("============================================================");