add example
This commit is contained in:
parent
5b5c604e24
commit
fc758f8cd9
@ -88,6 +88,7 @@ int main(int argc, char *argv[])
|
|||||||
hack::container::vector_multiset(v, "asdf", "qwer", "zcv");
|
hack::container::vector_multiset(v, "asdf", "qwer", "zcv");
|
||||||
// of course you understand that a new logger object is created here every time !!!
|
// of course you understand that a new logger object is created here every time !!!
|
||||||
for(const auto& c : v) hack::log()(c);
|
for(const auto& c : v) hack::log()(c);
|
||||||
|
hack::log()(v);
|
||||||
}
|
}
|
||||||
|
|
||||||
hack::log()("============================================================");
|
hack::log()("============================================================");
|
||||||
|
Loading…
Reference in New Issue
Block a user