Making most logger categories constexpr

This commit is contained in:
Alexander Bock
2017-12-11 23:46:34 -05:00
parent 6c742b7e30
commit a631b7e0a3
91 changed files with 310 additions and 303 deletions

View File

@@ -38,7 +38,7 @@
#include <iostream>
namespace {
const char* _loggerCat = "TransferFunction";
constexpr const char* _loggerCat = "TransferFunction";
// @TODO Replace with Filesystem::File extension
bool hasExtension(const std::string& filepath, const std::string& extension) {