diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-23 20:16:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-23 20:16:02 -0500 |
| commit | 85f89ee4bb137100cbeffcbc10168eb8ea52e6cc (patch) | |
| tree | f6e2063319ceaaa02f523fb5c289e4f37411a2df /dev/lib/core/includes.hpp | |
| parent | 9a70f32ddaec0eef99efbf7ff5597c2adf08f45a (diff) | |
| parent | 65a8349aa5526d071b18cd4d42586c46faaa3823 (diff) | |
Merge pull request #18 from amlel-el-mahrouss/developv1.0.48
OCL v1.0.48
Diffstat (limited to 'dev/lib/core/includes.hpp')
| -rw-r--r-- | dev/lib/core/includes.hpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev/lib/core/includes.hpp b/dev/lib/core/includes.hpp deleted file mode 100644 index a1c6e86..0000000 --- a/dev/lib/core/includes.hpp +++ /dev/null @@ -1,23 +0,0 @@ -/* - * File: core/includes.hpp - * Purpose: Core includes for the OCL library. - * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. - */ - -#pragma once - -#include <boost/config.hpp> -#include <boost/core/nvp.hpp> -#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 |
