diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fix/checksum.cpp | 2 | ||||
| -rw-r--r-- | src/fix/parser.cpp | 2 |
2 files changed, 2 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..0d7d53a 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> @@ -15,6 +14,7 @@ namespace ocl::fix namespace detail { + /// AMLALE: unique_lock on this function? inline boost::string_view& begin_fix() noexcept { static boost::string_view begin_fix{"FIX.4.2"}; |
