aboutsummaryrefslogtreecommitdiff
path: root/src/common/Common.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-05-13 11:41:54 +0200
committerShauren <shauren.trinity@gmail.com>2025-05-13 11:41:54 +0200
commit546d23264c8886cad0dc03f2df9c64e999c8573a (patch)
tree0f523886bedefc3df484d3e33ee028dbce4c05c1 /src/common/Common.h
parent5ee93f177d8fa88cea5a3fbe103872325908fa87 (diff)
Core/Misc: Make string and string_view literal suffixes globally available
Diffstat (limited to 'src/common/Common.h')
-rw-r--r--src/common/Common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/Common.h b/src/common/Common.h
index 847b296d1a4..208809dcdfc 100644
--- a/src/common/Common.h
+++ b/src/common/Common.h
@@ -22,6 +22,9 @@
#include <array>
#include <string>
+using namespace std::string_literals;
+using namespace std::string_view_literals;
+
#define STRINGIZE(a) #a
enum TimeConstants