From 6b3dd60045941e84eb57ffcf849b9b09da0e1382 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Fri, 10 Jan 2025 09:12:54 +0100 Subject: [PATCH] Update qdltbase.h Make it compatible again with C++ standard below C++17. Signed-off-by: Alexander Wenzel --- qdlt/qdltbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qdlt/qdltbase.h b/qdlt/qdltbase.h index 56db5836..bccc7496 100644 --- a/qdlt/qdltbase.h +++ b/qdlt/qdltbase.h @@ -26,7 +26,7 @@ #include "export_rules.h" -inline constexpr const auto DLT_MAX_MESSAGE_LEN = 1024*64; +constexpr const auto DLT_MAX_MESSAGE_LEN = 1024*64; //! Base class for all DLT classes. /*!