Fixed examples

This commit is contained in:
gabime
2019-03-24 00:40:27 +02:00
parent 23a394d1fc
commit 9971fd2864
2 changed files with 230 additions and 8 deletions

View File

@@ -2,7 +2,6 @@
int main()
{
using namespace spdlog;
auto l = spdlog::create_lite();
l.set_level(spdlog::lite::level::trace);