Skip to content

Commit

Permalink
Update qdltbase.h
Browse files Browse the repository at this point in the history
Make it compatible again with C++ standard below C++17.

Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
  • Loading branch information
alexmucde committed Jan 10, 2025
1 parent 269733c commit 7e181c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdlt/qdltbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
/*!
Expand Down

0 comments on commit 7e181c4

Please sign in to comment.