This commit is contained in:
gabime 2014-12-21 02:42:37 +02:00
parent 58308df33c
commit d163b8c45a
38 changed files with 2999 additions and 2999 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -n -A1
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -n -c -t4 -A1

View File

@ -39,7 +39,8 @@ namespace spdlog
class formatter;
namespace sinks {
namespace sinks
{
class sink;
}

View File

@ -51,7 +51,6 @@ struct log_msg
raw << fmt::BasicStringRef<char>(other.raw.data(), other.raw.size());
if (other.formatted.size())
formatted << fmt::BasicStringRef<char>(other.formatted.data(), other.formatted.size());
}
log_msg(log_msg&& other) :