From 055835f1223a94b6fdc53d26721747d1b6626a8c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 17 Mar 2026 09:37:11 +0100 Subject: [CHORE] Improve TBB example for FIX messages. Add comment in srx/fix/parser.cpp. Signed-off-by: Amlal El Mahrouss --- src/fix/parser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fix/parser.cpp') diff --git a/src/fix/parser.cpp b/src/fix/parser.cpp index d7ff4f5..0d7d53a 100644 --- a/src/fix/parser.cpp +++ b/src/fix/parser.cpp @@ -14,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"}; -- cgit v1.2.3