add example

This commit is contained in:
chatlanin 2023-05-24 10:14:51 +03:00
parent 5b5c604e24
commit fc758f8cd9

View File

@ -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()("============================================================");