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
@@ -47,11 +47,11 @@
#include <vector>
namespace {
const char* _loggerCat = "LabelParser";
const char* keySpecs = "Read";
const char* keyConvert = "Convert";
constexpr const char* _loggerCat = "LabelParser";
constexpr const char* keySpecs = "Read";
constexpr const char* keyConvert = "Convert";
const char* PlaybookIdentifierName = "LabelParser";
constexpr const char* PlaybookIdentifierName = "LabelParser";
} // namespace
namespace openspace {