diff options
Diffstat (limited to 'src/fix/parser.cpp')
| -rw-r--r-- | src/fix/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"}; |
