summaryrefslogtreecommitdiffhomepage
path: root/src/fix
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-17 06:14:21 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-17 06:14:21 +0100
commitdca6593e4c99ac317fc95e569099283bbc609339 (patch)
tree4e68b6c28064c2cdd360b70e8fac5512ad97e0e7 /src/fix
parent2c188c8c35424b33b288af3b6a39df25a26b06f3 (diff)
[FEAT] TBB example for OCL.Fix.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/fix')
-rw-r--r--src/fix/checksum.cpp2
-rw-r--r--src/fix/parser.cpp1
2 files changed, 1 insertions, 2 deletions
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 <ocl/fix/parser.hpp>
#include <boost/algorithm/cxx11/is_sorted.hpp>