Updated to use cpp raw literal strings

This commit is contained in:
Alejandro Saucedo 2020-09-05 08:15:52 +01:00
parent c15a14d2b2
commit 1449c858ee
8 changed files with 34 additions and 33 deletions

View file

@ -9,7 +9,6 @@ int main(int argc, char *argv[]) {
#if KOMPUTE_ENABLE_SPDLOG
spdlog::set_level(static_cast<spdlog::level::level_enum>(SPDLOG_ACTIVE_LEVEL));
spdlog::error("default active level {}", SPDLOG_ACTIVE_LEVEL);
#endif
return RUN_ALL_TESTS();