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

@@ -33,10 +33,10 @@
#include <fstream>
namespace {
const char* _loggerCat = "FieldlinesState";
const int CurrentVersion = 0;
constexpr const char* _loggerCat = "FieldlinesState";
constexpr const int CurrentVersion = 0;
using json = nlohmann::json;
}
} // namespace
namespace openspace {