summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/core/includes.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 07:44:48 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 07:55:34 +0100
commit9eec329ebdf4cf079619edb58dbcd78ce42b8626 (patch)
treeb9b6d442f8a92fea4c8943a1504dba105b133596 /dev/lib/core/includes.hpp
parentce3ce66e005eb54b315dbc0c78a74e56e2db4191 (diff)
feat: lib: error_handler improvements, new method. FIX module improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/core/includes.hpp')
-rw-r--r--dev/lib/core/includes.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/lib/core/includes.hpp b/dev/lib/core/includes.hpp
index ff59535..78eccd3 100644
--- a/dev/lib/core/includes.hpp
+++ b/dev/lib/core/includes.hpp
@@ -12,3 +12,12 @@
#include <boost/core/demangle.hpp>
#include <boost/core/null_deleter.hpp>
#include <boost/container/allocator.hpp>
+
+namespace ocl
+{
+#ifdef OCL_USE_UTF8
+ using char_type = char8_t;
+#else
+ using char_type = char;
+#endif
+} // namespace ocl \ No newline at end of file