diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-21 11:12:13 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-21 11:12:13 +0100 |
| commit | 04846a4b77f66121ac02787f998d3585fe20c9a6 (patch) | |
| tree | af5ba8139ead614e31c26355986ab958086dfc14 /include/ocl/commit.hpp | |
| parent | 0faf648fbd10d8f3623388cefb059faff880179b (diff) | |
chore: allocator_op.hpp: add mutex_type and lock_type.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/commit.hpp')
| -rw-r--r-- | include/ocl/commit.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/ocl/commit.hpp b/include/ocl/commit.hpp index 5638aff..3010907 100644 --- a/include/ocl/commit.hpp +++ b/include/ocl/commit.hpp @@ -8,13 +8,13 @@ #include <ocl/detail/config.hpp> -namespace ocl { +namespace ocl +{ - /// @brief Conforms to the IOAble container requirements. - template <class IOAble> - class transaction; - + /// @brief Conforms to the IOAble container requirements. + template <class IOAble> + class transaction; -} +} // namespace ocl #endif |
