@@ -32,7 +32,7 @@ struct DeprecationMarker
3232// NOLINTJUSTIFICATION there is no other way to create the intended functionality for the deprecation marker
3333// NOLINTBEGIN(cppcoreguidelines-macro-usage)
3434
35- #define IOX_INTERNAL_NEXT_DEPRECATED_VERSION 3
35+ #define IOX_INTERNAL_NEXT_DEPRECATED_VERSION 4
3636
3737#define IOX_INTERNAL_DEPRECATED_STINGIFY_HELPER_EXPAMD (NUM ) #NUM
3838#define IOX_INTERNAL_DEPRECATED_STINGIFY_HELPER (NUM ) IOX_INTERNAL_DEPRECATED_STINGIFY_HELPER_EXPAMD(NUM)
@@ -80,7 +80,7 @@ static_assert(ICEORYX_VERSION_MAJOR < IOX_INTERNAL_NEXT_DEPRECATED_VERSION,
8080
8181#define IOX_INTERNAL_DEPRECATED_HEADER_SINCE_V2 (VERSION, MESSAGE ) IOX_INTERNAL_DEPRECATED_HEADER_SINCE(VERSION, MESSAGE)
8282
83- #define IOX_INTERNAL_DEPRECATED_HEADER_SINCE_V3 (VERSION, MESSAGE )
83+ #define IOX_INTERNAL_DEPRECATED_HEADER_SINCE_V3 (VERSION, MESSAGE ) IOX_INTERNAL_DEPRECATED_HEADER_SINCE(VERSION, MESSAGE)
8484
8585#define IOX_INTERNAL_DEPRECATED_HEADER_SINCE_V4 (VERSION, MESSAGE )
8686
@@ -121,7 +121,7 @@ static_assert(ICEORYX_VERSION_MAJOR < IOX_INTERNAL_NEXT_DEPRECATED_VERSION,
121121
122122#define IOX_INTERNAL_DEPRECATED_SINCE_V2 (VERSION, MESSAGE ) IOX_INTERNAL_DEPRECATED_SINCE(VERSION, MESSAGE)
123123
124- #define IOX_INTERNAL_DEPRECATED_SINCE_V3 (VERSION, MESSAGE )
124+ #define IOX_INTERNAL_DEPRECATED_SINCE_V3 (VERSION, MESSAGE ) IOX_INTERNAL_DEPRECATED_SINCE(VERSION, MESSAGE)
125125
126126#define IOX_INTERNAL_DEPRECATED_SINCE_V4 (VERSION, MESSAGE )
127127
0 commit comments