diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-29 22:43:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-29 22:43:23 +0100 |
| commit | ed4f331bc96b4abb711c5b47c969d5ecb3166e15 (patch) | |
| tree | 9c16e5828fed25aa5da10ab4f6ef2aad5243978d /include/ocl/fix/parser.hpp | |
| parent | 86e7686916a063082111be1b4831c201f24f8adf (diff) | |
feat: fix CMake example, update free functions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/fix/parser.hpp')
| -rw-r--r-- | include/ocl/fix/parser.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ocl/fix/parser.hpp b/include/ocl/fix/parser.hpp index ffac652..ceba660 100644 --- a/include/ocl/fix/parser.hpp +++ b/include/ocl/fix/parser.hpp @@ -100,7 +100,9 @@ namespace ocl::fix std::unique_ptr<impl> impl_; #ifndef OCL_FIX_HAS_IMPL - struct impl {}; + struct impl + { + }; #endif public: |
