formatting

This commit is contained in:
gabime
2018-03-17 12:47:46 +02:00
parent c739e68021
commit 56e4a201ec
23 changed files with 98 additions and 48 deletions

View File

@@ -20,7 +20,8 @@
#include <utility>
#include <vector>
namespace spdlog { namespace details {
namespace spdlog {
namespace details {
class flag_formatter
{
public:
@@ -466,7 +467,8 @@ class full_formatter SPDLOG_FINAL : public flag_formatter
}
};
}} // namespace spdlog::details
} // namespace details
} // namespace spdlog
///////////////////////////////////////////////////////////////////////////////
// pattern_formatter inline impl
///////////////////////////////////////////////////////////////////////////////