add example
This commit is contained in:
@@ -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()("============================================================");
|
||||||
|
|||||||
Reference in New Issue
Block a user