diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-23 11:03:20 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-23 11:03:20 +0100 |
| commit | 34ae080c65fef96cc35f7b86c1231b01cb4df8f4 (patch) | |
| tree | acfc7a5396739c0d6bee4c6092eb7a58c96e57eb /src/tproc/rope_impl.cpp | |
| parent | cd27850454a7cf15aab598f1fea6a2a6b539e084 (diff) | |
feat: wip: crope implementation in progress.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/tproc/rope_impl.cpp')
| -rw-r--r-- | src/tproc/rope_impl.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tproc/rope_impl.cpp b/src/tproc/rope_impl.cpp new file mode 100644 index 0000000..4081a61 --- /dev/null +++ b/src/tproc/rope_impl.cpp @@ -0,0 +1,6 @@ +// Copyright 2025, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// Official repository: https://github.com/ocl-org/tproc + +#include <ocl/tproc/rope.hpp> |
