fix some error
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include "hack/logger/logger.new.hpp"
|
#include "hack/logger/logger.hpp"
|
||||||
#include "hack/patterns/ring_buffer.hpp"
|
#include "hack/patterns/ring_buffer.hpp"
|
||||||
|
|
||||||
auto main(int argc, char *argv[]) -> int
|
auto main(int argc, char *argv[]) -> int
|
||||||
@@ -33,7 +33,6 @@ auto main(int argc, char *argv[]) -> int
|
|||||||
|
|
||||||
hack::log().set_devider(", ");
|
hack::log().set_devider(", ");
|
||||||
hack::log()(1, i, 3.1f, f, 4.3, d, "asdf");
|
hack::log()(1, i, 3.1f, f, 4.3, d, "asdf");
|
||||||
hk::log()(i);
|
|
||||||
|
|
||||||
hack::log().set_devider(" = ");
|
hack::log().set_devider(" = ");
|
||||||
hack::log().on_full_path();
|
hack::log().on_full_path();
|
||||||
|
|||||||
Reference in New Issue
Block a user