From dca6593e4c99ac317fc95e569099283bbc609339 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 17 Mar 2026 06:14:21 +0100 Subject: [FEAT] TBB example for OCL.Fix. Signed-off-by: Amlal El Mahrouss --- src/fix/checksum.cpp | 2 +- src/fix/parser.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/fix/checksum.cpp b/src/fix/checksum.cpp index ab91a6d..f2cbe0f 100644 --- a/src/fix/checksum.cpp +++ b/src/fix/checksum.cpp @@ -16,7 +16,7 @@ namespace ocl::fix else detail::throw_runtime_error(); - detail::unreachable(); + detail::unreachable(); return {}; } diff --git a/src/fix/parser.cpp b/src/fix/parser.cpp index b1cf353..d7ff4f5 100644 --- a/src/fix/parser.cpp +++ b/src/fix/parser.cpp @@ -4,7 +4,6 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Official repository: https://github.com/ocl-foss-org/fix - #define OCL_FIX_HAS_IMPL #include #include -- cgit v1.2.3