change clangd on ccls
This commit is contained in:
@@ -48,7 +48,7 @@ auto main(int argc, char *argv[]) -> int
|
||||
hack::log()(mi);
|
||||
hack::log()(mmi);
|
||||
hack::log()(umi);
|
||||
hack::log()(tp);
|
||||
hack::log()("tuple:", tp);
|
||||
hack::log()(true);
|
||||
hack::log().bool_as_number();
|
||||
hack::log()(true);
|
||||
@@ -64,6 +64,14 @@ auto main(int argc, char *argv[]) -> int
|
||||
hack::error()("error");
|
||||
|
||||
hack::log()(rb);
|
||||
|
||||
hack::log()(str.c_str());
|
||||
hack::log()(str);
|
||||
|
||||
// HERE
|
||||
// реализовать это ...
|
||||
// std::filesystem::path p { "/test/file/path.txt" };
|
||||
// hack::log()(p);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user